Fredag 28 mars 2008 13:24, skrev Regis Gras:
> Regis Gras wrote:

> $(call download_rule, $(glibc-linuxthreads), tar.bz2,   \
>       http://ftp.gnu.org/gnu/glibc/, $(glibc))
>
>
> Then make download works, but the compilation failed.

Good, you will be an excellent Makefile expert soon :-D
>
> 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+0x6d82): In function `Perl_pp_ftrread':
> pp_sys.c: undefined reference to `eaccess'
> collect2: ld a retourné 1 code d'état d'exécution
> make[1]: *** [miniperl] Erreur 1
> make[1]: Leaving directory
> `/maguelone/home/rgras/dir.unattended/noyau/essai3/unattended/linuxboot/per
>l-5.10.0' make: *** [perl-5.10.0/perl] Erreur 2
>
> CVS use perl-5.10.0. Perhaps perl-5.8.8 is better ?
> What do you think about this ?

I got this exact error when compiling with a too new glibc :-)
Try changing the glibc version:
glibc=glibc-2.3.6
In the Makefile

What distribution and version are you using?



-------------------------------------------------------------------------
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-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to