Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perlgcc

Status
Not open for further replies.

unixfreak

ISP
Joined
Oct 4, 2003
Messages
632
Location
GB

Hi, I'm trying to install Digest-MD5 and MIME-Base64 on Solaris using perlgcc. I can't get this to work on either module :-(

On MIME::Base64 I get:

# perlgcc Makefile.PL
Writing Makefile for MIME::Base64
# make
make: *** No rule to make target `/usr/perl5/5.6.1/lib/sun4-solaris-64intConfig.
pm', needed by `Makefile'. Stop.

On Digest-MD5-2.36 it's much worse. I get hundreds of errors like this:

# perlgcc Makefile.PL
Testing alignment requirements for U32... In file included from u32align.c:8:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2.2/include/stdio.h:36:27: iso/std
io_iso.h: No such file or directory
In file included from u32align.c:8:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2.2/include/stdio.h:107: parse err
or before "off_t"

Has anyone succesfully done this before or can someone give me some clues?

Thanks
 

Yes. I haven't got the Sun C compiler installed and don't have a licence/don't want to install it.
 
Status
Not open for further replies.

Similar threads

Replies
1
Views
86

Part and Inventory Search

Sponsor

Back
Top