This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49667] Duplicate -L's with configure --with-gmp-lib on Solaris 10
- From: "greg.robinson at dsto dot defence.gov.au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 7 Jul 2011 07:33:08 +0000
- Subject: [Bug bootstrap/49667] Duplicate -L's with configure --with-gmp-lib on Solaris 10
- Auto-submitted: auto-generated
- References: <bug-49667-4@http.gcc.gnu.org/bugzilla/>
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...