On 9/8/07, Gerald Pfeifer <[EMAIL PROTECTED]> wrote:
> I have been getting the following for a couple of days, but it seems
> nobody else is seeing this?  This is on a FreeBSD 5.4 machine which has
> been bootstrapping mainline for months w/o problems, apart from the usual
> short-lived breakages:
>
> libtool: compile:  /usr/nabil-files/pfeifer/OBJ-0907-2228/./gcc/xgcc 
> -B/usr/nabil-files/pfeifer/OBJ-0907-2228/./gcc/ 
> -B/files/pfeifer/gcc/i386-unknown-freebsd6.2/bin/ 
> -B/files/pfeifer/gcc/i386-unknown-freebsd6.2/lib/ -isystem 
> /files/pfeifer/gcc/i386-unknown-freebsd6.2/include -isystem 
> /files/pfeifer/gcc/i386-unknown-freebsd6.2/sys-include -DHAVE_CONFIG_H -I. 
> -I/sw/test/GCC/trunk/libgomp -I. -I/sw/test/GCC/trunk/libgomp/config/posix 
> -I/sw/test/GCC/trunk/libgomp -Wall -pthread -Werror -O2 -g -O2 -MT team.lo 
> -MD -MP -MF .deps/team.Tpo -c /sw/test/GCC/trunk/libgomp/team.c  -fPIC -DPIC 
> -o .libs/team.o
> libtool: compile:  /usr/nabil-files/pfeifer/OBJ-0907-2228/./gcc/xgcc 
> -B/usr/nabil-files/pfeifer/OBJ-0907-2228/./gcc/ 
> -B/files/pfeifer/gcc/i386-unknown-freebsd6.2/bin/ 
> -B/files/pfeifer/gcc/i386-unknown-freebsd6.2/lib/ -isystem 
> /files/pfeifer/gcc/i386-unknown-freebsd6.2/include -isystem 
> /files/pfeifer/gcc/i386-unknown-freebsd6.2/sys-include -DHAVE_CONFIG_H -I. 
> -I/sw/test/GCC/trunk/libgomp -I. -I/sw/test/GCC/trunk/libgomp/config/posix 
> -I/sw/test/GCC/trunk/libgomp -Wall -pthread -Werror -O2 -g -O2 -MT team.lo 
> -MD -MP -MF .deps/team.Tpo -c /sw/test/GCC/trunk/libgomp/team.c -o team.o 
> >/dev/null 2>&1
> gmake[4]: *** [team.lo] Error 1
> gmake[4]: Leaving directory 
> `/usr/nabil-files/pfeifer/OBJ-0907-2228/i386-unknown-freebsd6.2/libgomp'
> gmake[3]: *** [all-recursive] Error 1
> gmake[3]: Leaving directory 
> `/usr/nabil-files/pfeifer/OBJ-0907-2228/i386-unknown-freebsd6.2/libgomp'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory 
> `/usr/nabil-files/pfeifer/OBJ-0907-2228/i386-unknown-freebsd6.2/libgomp'
> gmake[1]: *** [all-target-libgomp] Error 2
> gmake[1]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0907-2228'
> gmake: *** [bootstrap-lean] Error 2
>
> Unfortunately, the log/error message does not appear very helpful.  Any
> hints how to make some progress with this?

Rerun the command without the ">/dev/null 2>&1", libtool likes to say
that PIC mode will give the same output as non PIC mode (which is not
always true).

-- Pinski

Reply via email to