[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-10-12 Thread danp57 at optonline dot net
--- Comment #9 from danp57 at optonline dot net 2006-10-13 01:33 --- Subject: Re: configure produces strange gmp, mpfr lib directories. Build was successful. Thank you each for your assistance! Dan On Oct 12, 2006, at 7:59 PM, dje at gcc dot gnu dot org wrote: > > > --- Commen

[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-10-12 Thread danp57 at optonline dot net
--- Comment #8 from danp57 at optonline dot net 2006-10-13 00:25 --- Subject: Re: configure produces strange gmp, mpfr lib directories. Yup -- CONFIG_SHELL helps a lot. Thanks to both you and pinskia. However, I had *tried* to find aix installation notes at http:// gcc.gnu.org/inst

[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-10-12 Thread dje at gcc dot gnu dot org
--- Comment #7 from dje at gcc dot gnu dot org 2006-10-12 23:59 --- Yes, please read the target-specific build and installation notes for AIX. Set CONFIG_SHELL (and SHELL) environment variables to invoke bash. The installation notes also mention process limits. -- http://gcc.gnu.o

[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-10-12 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-10-12 23:46 --- (In reply to comment #5) > Another comment: I WISH I could tell you it fixed the problem... but > I will not be able to know for a few days. The "checking for... > usability, presence" stuff takes forever... m

[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-10-12 Thread danp57 at optonline dot net
--- Comment #5 from danp57 at optonline dot net 2006-10-12 23:42 --- Subject: Re: configure produces strange gmp, mpfr lib directories. Thank you very much for the question! It never occurred to me to use/ force 32-bit. Configure worked smoothly. I did do a build of C, which doe

[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-10-12 Thread dje at gcc dot gnu dot org
--- Comment #4 from dje at gcc dot gnu dot org 2006-10-12 16:58 --- You should be using --with-gmp=/usr/local Are you sure that /usr/local/lib/libgmp.a exists and was built correct? Use static libraries and make sure that you are building 32-bit libgmp and libmpfr. -- dje at gcc d

[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-10-02 Thread danp57 at optonline dot net
--- Comment #3 from danp57 at optonline dot net 2006-10-02 21:02 --- Subject: Re: configure produces strange gmp, mpfr lib directories. There are multiple logs -- 1) I switched to static libraries, but tried both static and shared (the static libs are more standard, and less likely

[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-09-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-30 23:28 --- Can you attach the full log because I know people that actually build gfortran on AIX all the time in fact with --with-gmp, etc: --with-gmp=/farm/dje --with-mpfr=/farm/dje http://gcc.gnu.org/ml/gcc-testresults/2006-

[Bug target/29292] configure produces strange gmp, mpfr lib directories.

2006-09-29 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-09-30 01:56 --- This looks like a target problem. The 4.1 branch built fine on amd64-*-freebsd with --with-gmp=/usr/local. -- kargl at gcc dot gnu dot org changed: What|Removed |Added -