Hello,
The comand:
perl -MExtUtils::Embed -e ccopts
gives me:
-D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -DDEBUGGING
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
-I/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/CORE
on one machine, and:
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64
-I/wrg/software/SL4.x86-64/perl-5.10.1/lib/5.10.1/x86_64-linux/CORE
on another one where I cannot compile my code properly.
Same kinds of difference with the options ldopts
I am not sure that would explain the reason to fail to compile, but
my question is why is is so different, ie. the options and the
missing include directory ?
Thank.
--
---
==========================================================================
Patrick DUPRÉ | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: pd...@york.ac.uk
==========================================================================
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/