Thread perlcc Compilation failed (15 answers)
Opened by polkana at 2005-08-15 15:09

polkana
 2005-08-15 15:09
#57197 #57197
User since
2004-06-18
74 Artikel
BenutzerIn
[Homepage] [default_avatar]
Hallo,
habe heute versucht ein perlscript compilieren und es ist alles was bei mir raus kamm..
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# perlcc test.pl -o test

--------------------------------------------------------------------------------
Compiling test.pl:
--------------------------------------------------------------------------------
Making C(test.pl.c) for test.pl!
/usr/bin/perl -I/usr/local/lib/perl5/site_perl/5.6.1/mach -I/usr/local/lib/perl5/site_perl/5.6.1 -I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd -I/usr/local/lib/perl5/site_perl/5.005 -I/usr/local/lib/perl5/site_perl -I/usr/local/lib/perl5/5.6.1/BSDPAN -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1 -I. -MO=CC,-otest.pl.c test.pl
Prescan
Saving methods
Loaded B
Loaded IO
Loaded Fcntl
test.pl syntax OK
Compiling C(test) for test.pl!
/usr/bin/perl -I/usr/local/lib/perl5/site_perl/5.6.1/mach -I/usr/local/lib/perl5/site_perl/5.6.1 -I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd -I/usr/local/lib/perl5/site_perl/5.005 -I/usr/local/lib/perl5/site_perl -I/usr/local/lib/perl5/5.6.1/BSDPAN -I/usr/local/lib/perl5/5.6.1/mach -I/usr/local/lib/perl5/5.6.1 -I. /tmp/test.pl.tst
cc -DAPPLLIB_EXP="/usr/local/lib/perl5/5.6.1/BSDPAN" -fno-strict-aliasing -I/usr/local/include -O -pipe  -I/usr/local/lib/perl5/5.6.1/mach/CORE /usr/local/lib/perl5/5.6.1/mach/auto/IO/IO.so /usr/local/lib/perl5/5.6.1/mach/auto/Fcntl/Fcntl.so -o test test.pl.c -Wl,-E  -L/usr/local/lib -L/usr/local/lib/perl5/5.6.1/mach/CORE -lperl -lgdbm -lm -lc -lcrypt -lutil
/tmp/ccvClNgv.o: In function `xs_init':
/tmp/ccvClNgv.o(.text+0x165f): undefined reference to `boot_DynaLoader'
ERROR: In compiling code for test.pl.c !


hat Jemand Erfahrung mit diesem Compiler?
Danke.

Gruß Alexander\n\n

<!--EDIT|polkana|1124104211-->

View full thread perlcc Compilation failed