First of all, thank all of you who guided me through
the readline library for enabling bash-like python
interpreter.  This has been taken care of nicely.

I am trying to use the maxent package written by Zhang
Le from here:

http://homepages.inf.ed.ac.uk/s0450736/maxent_toolkit.html#download

The binary package gives me error messages when I
tried calling it from my python script.

Then I attempted to compile the source code of the
maxent packatge, only to find this:

[EMAIL PROTECTED] maxent-20041229]$
... ...
checking for main in -lz... yes
checking for main in -lg2c... no
libg2c not found, this should be shipped with GNU
Fortran compiler.
configure gives up.
[EMAIL PROTECTED] maxent-20041229]$ 

[EMAIL PROTECTED] maxent-20041229]$libg2c
/usr/lib/libg2c.so.0.0.0
/usr/lib/libg2c.so.0
[EMAIL PROTECTED] maxent-20041229]$

I don't know how to let the installation know the path
of the libg2c library.

Anyone know how to go about this please?  Thanks.


        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to