This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make help


Luiz,

  That makefile setup and your outputs don't match.

  In the FreeBSD setup, you're compiling the source files separately
and then linking.  On the gentoo setup, you're doing something really
strange with no source files or object files.

corey

On 4/20/05, Eljay Love-Jensen <eljay@adobe.com> wrote:
> Hi Luiz,
> 
> When you specify -c (compile only), the link libraries specified (-lwhatever) are not used.
> 
> GCC is warning you about that, in case you made one of two mistakes:
> 1) -c wasn't supposed to be there, ooops!
> 2) -lwhatever wasn't supposed to be there, ooops!
> 
> HTH,
> --Eljay
> 
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]