On Wed, 08 Jun 2011 16:13:30 +0200, Didier Raboud wrote: > Relevant part: > > cc main.o my_par_pl.o -s -Wl,-E -fstack-protector -L/usr/local/lib > > -L/usr/lib/perl/5.12/CORE -lperl -o ./par > > main.o: In function `main': > > /«BUILDDIR»/libpar-packer-perl-1.008/myldr/main.c:79: undefined reference > > to `pthread_atfork' > > collect2: ld returned 1 exit status
Hm, is it possible that this is actually a problem in ExtUtils::Embed and friends? At least that's where the compiler and linker options come from. The following looks a bit strange at least, maybe it's related: $ perl -MExtUtils::Embed -e ldopts Note (probably harmless): No library found for -ldl Note (probably harmless): No library found for -lm Note (probably harmless): No library found for -lpthread Note (probably harmless): No library found for -lc Note (probably harmless): No library found for -lcrypt -Wl,-E -fstack-protector -L/usr/local/lib -L/usr/lib/perl/5.12/CORE -lperl Cheers, gregor, cc'in the perl maintainers -- .''`. Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: The Doors: Light My Fire
signature.asc
Description: Digital signature

