This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [CFT] in-tree GMP/MPFR, one more round
With your patch and
autogen Makefile.def
autoconf213
I got this error:
gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -o Tcollect2
\
collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a
./../intl/libintl.a -liconv ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a -L /Users/seb/gcc/trunk/boo/gmp/.libs
-L /Users/seb/gcc/trunk/boo/gmp/_libs -L
/Users/seb/gcc/trunk/boo/mpfr/.libs -L
/Users/seb/gcc/trunk/boo/mpfr/_libs -lmpfr -lgmp
/usr/bin/ld: -L: directory name missing
collect2: ld returned 1 exit status
Seems like you inserted an extra space between -L and the path?
Sebastian