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: [PATCH] Fix PR target/6429 (take 2)


I get a failure with make install:

/bin/sh /es/scratch/rth/src-3.1/gcc/mkinstalldirs /blues/rth/run/lib; /usr/latest/bin/install -c -m 644 libgcc_s.so.1 /blues/rth/run/lib/libgcc_s.so.1; rm -f /blues/rth/run/lib/libgcc_s.so; ln -s libgcc_s.so.1 /blues/rth/run/lib/./xgcc -B./ -B/blues/rth/run/sparc-sun-solaris2.7/bin/ -isystem /blues/rth/run/sparc-sun-solaris2.7/include -isystem /blues/rth/run/sparc-sun-solaris2.7/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-h,libgcc_s.so.1 -Wl,-z,text -Wl,-z,defs -Wl,-M,@shlib_map_file@ -o libgcc_s.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f libgcc_s.so && ln -s libgcc_s.so.1 libgcc_s.so
ln: illegal option -- B

Did we miss some backticks somewhere?


r~


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