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: GCC support for STDC constructs


Brian Dessent wrote:

> CFLAGS="-lsocket" seems quite wrong.  That belongs in LDFLAGS not CFLAGS

Sorry, I meant LIBS not LDFLAGS.  LDFLAGS is the place for -L/path/ but
-lfoo goes in LIBS.

Brian


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