make help

corey taylor corey.taylor@gmail.com
Wed Apr 20 20:11:00 GMT 2005


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
> 
>



More information about the Gcc-help mailing list