ok

compilation started after I recreated the /dev/null device with mknod 
/dev/null c 1 3.

but it ends with this error:

cc  -o miniperl \
     `echo   gv.o toke.o perly.o op.o pad.o regcomp.o dump.o util.o 
mg.o reentr.o mro.o hv.o av.o perl.o run.o pp_hot.o sv.o pp.o scope.o 
pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o 
universal.o xsutils.o globals.o perlio.o perlapi.o numeric.o 
mathoms.o locale.o pp_pack.o pp_sort.o  | sed 's/ op.o / /'` \
     miniperlmain.o opmini.o -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
pp_sys.o(.text+0x7790): In function `Perl_pp_ftrread':
: undefined reference to `eaccess'
collect2: ld returned 1 exit status
make[1]: *** [miniperl] Error 1
make[1]: Leaving directory `/unattended/linuxboot/perl-5.10.0'
make: *** [perl-5.10.0/perl] Error 2

any ideas?

w.

At 16:00 28/03/2008, werner maes wrote:
>hello
>
>I changed perl-5.8.8 to perl-5.10.0 in the Makefile.
>But when I start to compile I get this error:
>
>rm -f perl-5.10.0/perl
>cd perl-5.10.0                                                  \
>&& ./Configure -Dusethreads -Dprefix=/opt/perl                  \
>          -Dlibpth="/unattended/linuxboot/fakelib
>/unattended/linuxboot/stage1/lib"               \
>          -Ud_sethostent_r -Ud_setprotoent_r -Ud_setservent_r     \
>          -Ud_endhostent_r -Ud_endprotoent_r -Ud_endservent_r     \
>          -Darchname=i586-linux                                   \
>          -Accflags="-isystem /unattended/linuxboot/fakeinclude
>-L/unattended/linuxboot/fakelib -L/unattended/linuxboot/stage1/lib
>-L/unattended/linuxboot/stage1/usr/lib
>-Wl,-rpath-link,/unattended/linuxboot/stage1/lib"
>\
>          -deO                                                    \
>&& make
>./Configure: line 69: 4: Bad file descriptor
>make: *** [perl-5.10.0/perl] Error 1
>
>
>I use gcc version 3.4.4
>
>any ideas?
>
>werner maes
>
>
>Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
>
>
>-------------------------------------------------------------------------
>Check out the new SourceForge.net Marketplace.
>It's the best place to buy or sell services for
>just about anything Open Source.
>http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>_______________________________________________
>unattended-devel mailing list
>unattended-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/unattended-devel

Mijn blog: http://wernermaes.wordpress.com 


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to