[Bug bootstrap/50697] gcc compile fails when gmp is in non-standard location

2011-10-12 Thread trevor at corevx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50697 trevor at corevx dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/50697] gcc compile fails when gmp is in non-standard location

2011-10-12 Thread trevor at corevx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50697 --- Comment #2 from trevor at corevx dot com 2011-10-13 05:38:40 UTC --- (In reply to comment #1) > Why not just use --with-gmp=/swadm/local ? right .. thank you, that worked nicely. sorry for the noise.

[Bug bootstrap/50697] gcc compile fails when gmp is in non-standard location

2011-10-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50697 --- Comment #1 from Jonathan Wakely 2011-10-12 10:53:08 UTC --- (In reply to comment #0) > > ./configure --prefix=/swadm/local CFLAGS=-fPIC -I/swadm/local/include > LDFLAGS=-L/swadm/local/lib --with-gmp-include=/swadm/local/include > > or >