From: Treeve J. <tre...@pi...> - 2004-07-21 15:55:33
|
on my system the perl headers are installed in /usr/lib/perl5/5.8.4/i686-linux-thread-multi/CORE and modules in /usr/lib/perl5/site_perl/5.8.4/i686-linux-thread-multi I ran configure as follows: ./configure --prefix=/usr --with-perl-include=/usr/lib/perl5/5.8.4/i686-linux-thread-multi/CORE --with-perl-module=/usr/lib/perl5//site_perl/5.8.4/-i686linux-thread-multi --with-pythonver=2.3 --with-java=no --disable-php --disable-mysql --disable-postgre checking for PERL files... configure: WARNING: PERL bindings are not going to be used line 272 of configure.in looks suspicious to me PERL_EXTENSION_DIR=$dir2 I don't see where dir2 is set, but that does not explain my problem also, an unrelated question. Why does configure check for c++ and fortran when they are not needed by rlib? Finally, gcc-3.4.1 gives the following warning reportgen.c: In function `rlib_init_variables': reportgen.c:1044: warning: use of cast expressions as lvalues is deprecated reportgen.c:1047: warning: use of cast expressions as lvalues is deprecated reportgen.c:1050: warning: use of cast expressions as lvalues is deprecated reportgen.c:1053: warning: use of cast expressions as lvalues is deprecated reportgen.c:1057: warning: use of cast expressions as lvalues is deprecated reportgen.c:1060: warning: use of cast expressions as lvalues is deprecated Regards, Treeve -- PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24 |