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


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]