This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/49667] Duplicate -L's with configure --with-gmp-lib on Solaris 10


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49667

--- Comment #1 from Greg Robinson <greg.robinson at dsto dot defence.gov.au> 2011-07-07 07:33:07 UTC ---
Ok, I think I might know whats going on.  I believe, I am assuming, that, say,
an LDFLAGS option, where you specify -L and -R is the same format as
--with-gmp-lib.

In other words, --with-gmp-lib takes a directory as the option, and LDFLAGS has
the -L and -R options and the directory? Right?

should have check configure before posting...

sorry 'bout that.  It's been a long time...


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