On 1/24/06, Justin <[EMAIL PROTECTED]> wrote: > > make[2]: Entering directory `/mnt/main/home/justin/src/rpm-4.4.4/perl' > gcc -m64 -c -I../lib -I../rpmdb -I../rpmio -I../popt -fPIC > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.66\" > -DXS_VERSION=\"0.66\" -fpic > "-I/usr/lib64/perl5/5.8.7/x86_64-linux-thread-multi-ld/CORE" > -DRPM_RPM41 RPM.c > In file included from > /usr/lib64/perl5/5.8.7/x86_64-linux-thread-multi-ld/CORE/op.h:496, > from > /usr/lib64/perl5/5.8.7/x86_64-linux-thread-multi-ld/CORE/perl.h:2600, > from RPM.xs:16: > /usr/lib64/perl5/5.8.7/x86_64-linux-thread-multi-ld/CORE/reentr.h:611: > error: field '_crypt_struct' has incomplete type > make[2]: *** [RPM.o] Error 1 > make[2]: Leaving directory `/mnt/main/home/justin/src/rpm-4.4.4/perl' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/mnt/main/home/justin/src/rpm-4.4.4' > make: *** [all] Error 2
This is a shot in the dark, but maybe it'll help: add -D_GNU_SOURCE to that compile line and see what happens. Here's the link: http://lists.debian.org/debian-perl/2002/09/msg00002.html > > And no, -fPIC will be removed, I put it in for a beecrypt fail which > actually needed --disable-shared but recommends -fPIC be attempted. I'm not sure what you mean by this. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
