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

Re: [CFT] in-tree GMP/MPFR, one more round



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?

I think it depends on the system binutils whether it is valid or not. I removed it.


Paolo


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