Thanks Alexander,
I'll check when I go home at lunch (it's on that computer, not this computer).
I believe I have both installed as much as possible (that is, I think there are at least some parts of both installed like the -shlibs).
I'll reply after I run a fink list perl.
At 10:37 AM -0400 5/19/04, Alexander K. Hansen wrote:
On May 19, 2004, at 10:23 AM, Robert T Wyatt wrote:
irssi failed to compile
all output is here: http://ccwf.cc.utexas.edu/~robert/fink/5-19.txt
10.2-gcc3.3 unstable
I tried searching on various excerpts of the output, but haven't found any references that I understand :-).
==== here are the last few lines ====
creating libfe_perl_static.la
(cd .libs && rm -f libfe_perl_static.la && ln -s ../libfe_perl_static.la libfe_perl_static.la)
for dir in common irc ui textui; do \
cd $dir && \
if [ ! -f Makefile ]; then \
perl5.6.0 Makefile.PL INSTALLDIRS=perl LIB=/sw/lib/perl5/5.6.0/darwin; \
fi && \
(make CC="gcc" CCFLAGS="-I/sw/include -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/sw/lib/perl5/5.8.0/darwin/CORE -g -O2 -Wall -I/sw/include " CCCDLFLAGS="-fPIC" || \
make CC="gcc" CCFLAGS="-I/sw/include -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/sw/lib/perl5/5.8.0/darwin/CORE -g -O2 -Wall -I/sw/include " CCCDLFLAGS="-fPIC") && \
cd ..; \
done
Running '/sw/bin/perl -I/System/Library/Perl /System/Library/Perl/ExtUtils/xsubpp -v2>&1' exits with status 255 at (eval 31) line 17.
Running '/sw/bin/perl /System/Library/Perl/ExtUtils/xsubpp temp0002>&1' exits with status 1 at (eval 31) line 43.
Writing Makefile for Irssi
dyld: /sw/bin/perl Undefined symbols:
_Perl_safefree
_Perl_safemalloc
_Perl_saferealloc
_Perl_sv_2pv
_perl_get_sv
make[4]: *** [blib/lib/.exists] Trace/BPT trap
dyld: /sw/bin/perl Undefined symbols:
_Perl_safefree
_Perl_safemalloc
_Perl_saferealloc
_Perl_sv_2pv
_perl_get_sv
make[4]: *** [blib/lib/.exists] Trace/BPT trap
/bin/sh: cd: irc: No such file or directory
/bin/sh: cd: ui: No such file or directory
/bin/sh: cd: textui: No such file or directory
make[3]: *** [all-local] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling irssi-ssl-0.8.8-11 failed
What version of perl is your /sw/bin/perl ? I show that irssi wants perl-560-core (i.e. Perl 5.6.0) and I'd suspect your /sw/bin/perl is Perl 5.8.0 .
--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
