[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Size of shared library on AIX
From: |
Paul D. Smith |
Subject: |
Re: Size of shared library on AIX |
Date: |
Wed, 3 Apr 2002 21:24:20 -0500 |
%% Aniruddha Shevade <address@hidden> writes:
as> I am having a strange problem, I am building a third party library
as> using gmake Each time I run gmake , the size of the resulting
as> library seems to increase I am not sure why this is happening ? Am
as> i missing something ?
First, this has nothing to do with make. Make just runs programs; it's
not responsible for creating libraries. It runs some program (ar) that
creates libraries. If libraries are growing, you need to look at ar,
not make.
Are you, perhaps, invoking ar with the "q" option? See the ar(1) man page.
HTH!
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist