Re: Compile error toke.c

2004-12-21 Thread Alex
. Thank U very much! It really was compiler. I did compile gcc-3.4.2, then compiled perl without any problems. Regards, Alex.

Re: Compile error toke.c

2004-12-17 Thread Alex
Hello. I found out the problem. It is - large file support. When I switch it off, it goes good. Exact trouble is "-D_FILE_OFFSET_BITS=64" flag. p.s. I don't know what is the global problem, but will try not to use large files :-) Regards, Alex.

Re: Compile error toke.c

2004-12-17 Thread Alex
-lc perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib' Regards, Alex.

Compile error toke.c

2004-12-16 Thread Alex
Solaris 10, x86; gcc 3.3.2 While building perl, I'v got: toke.c: In function `Perl_yylex': toke.c:2558: error: cast to union type from type not present in union Help me anybody. Thanks.