Hi, my gcc isn't working.

[EMAIL PROTECTED]:/mnt/lfs/sources$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.1-20050313/configure --prefix=/tools
--libexecdir=/tools/lib --with-local-prefix=/tools --enable-clocale=gnu
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-languages=c,c++ --disable-libstdcxx-pch
Thread model: posix
gcc version 4.1.0 20050313 (experimental)

and here is the bug.

[EMAIL PROTECTED]:/mnt/lfs/sources/perl-5.8.6$ make
`sh  cflags "optimize='-O2'" pp_pack.o`  pp_pack.c
          CCCMD =  cc -DPERL_CORE -c -fno-strict-aliasing -pipe
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2  -Wall
pp_pack.c: In function 'S_measure_struct':
pp_pack.c:142: error: Invalid operand to unary operator
-lenD.11954_3;

pp_pack.c:142: internal compiler error: verify_stmts failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [pp_pack.o] Error 1

Reply via email to