On Mon, 21 Mar 2005 [EMAIL PROTECTED] wrote: > I have downloaded the Tk-JPEG-2.014 source from cpan. I have it unpacked. I > ran "perl Makefile.PL". When I exec "make" it runs for a little bit and then > errors out: > > *snip* > gcc -c -I/opt/perl/lib/site_perl/5.8.0/PA-RISC1.1-thread-multi/Tk -Ijpeg > -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D_HPUX_SOURCE -fPIC -mpa-risc-1-1 > -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O > -DVERSION=\"2.014\" -DXS_VERSION=\"800.024\" -fPIC > "-I/opt/perl/lib/5.8.0/PA-RISC1.1-thread-multi/CORE" -Wall > -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ > imgJPEG.c
I tried & failed to install this module recently on OSX. I think the problem in my case, and possibly in yours, you should use a more recent version of Perl than 5.8.0, if possible. The README.darwin file warns that the statically built Perl that comes with OSX won't work, so you have to build your own copy elsewhere. The same thing seems to apply to HPUX as well -- see the README.HPUX file. -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/blog/ np: 'I Get Along Without You Very Well' by Frank Sinatra from 'In The Wee Small Hours' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
