Front page | perl.perl5.porters |
Postings from January 2004
Perl 5.8.1 on IRIX 5.3
Thread Next
From:
geos
Date:
January 19, 2004 14:13
Subject:
Perl 5.8.1 on IRIX 5.3
Message ID:
1g7tkev.17bvjhu10a2p8gM@geos.net.eu.org
Hi,
here are two remarks regarding compilation on Perl 5.8.1 on IRIX 5.3:
- the -Olimit value for cc of 4000 is not enough for some source files.
4300 ensures that everything is optimized (but to be sure for future
versions, why not go to 5000 anyway?). This value is set (and should
thus be changed) in hints/irix_5.sh
- Configure detects the presence of inttypes.h and thus sets I_INTTYPES
in config.h. However, there is a conflict when including both inttypes.h
and sys/types.h. After commenting out the I_INTTYPES define in config.h
things compile fine.
This I have seen with other software's configure as well with IRIX 5.3.
Maybe you can teach your configure script not to set I_INTTYPES on
IRIX5?
Hope this helps.
Georg
--
Georg Schwarz http://home.pages.de/~schwarz/
geos@epost.de +49 177 8811442
Thread Next
-
Perl 5.8.1 on IRIX 5.3
by geos