Re: ponie compile problems
[email protected] (Arthur Bergman)
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, August 14, 2003, at 10:37 pm, Prakash Kailasa wrote: > sky, > > I am getting the following error: > > ... > `sh cflags "optimize='-O3'" perl.o` -fPIC perl.c > CCCMD = cc -DPERL_CORE -c -D_REENTRANT -D_GNU_SOURCE > -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing > -I/home/prakashk/play/ponie/parrot/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -O3 -Wall > perl.c: In function `perl_construct': > perl.c:208: error: `PL_Parrot' undeclared (first use in this function) > perl.c:208: error: (Each undeclared identifier is reported only once > perl.c:208: error: for each function it appears in.) > make[1]: *** [perl.o] Error 1 > ... > >> perl -v > > This is perl, v5.8.0 built for i386-linux-thread-multi > > My .../ponie/perl/config.sh is attached. > > Thanks for the help, > /prakash > Hi, This problem should be solved in latest revision, the problem is that it propagated -Dusethreads which should not be set as we do not support it yet. Thanks Arthur