From: Grzegorz A. H. <gr...@te...> - 2002-01-04 19:01:24
|
On Fri, Jan 04, 2002 at 01:26:36AM -0500, Alberto Griggio wrote: > Can you tell me the details of the errors you get and of your environment? > I tested with both python 2.2 and python 2.1.1 (the only two versions I > have at the moment) and everything seems to work fine. Installing Python 2.1.1 from source didn't install the dl module by default, it's desactivated in Modules/Setup. I installed again, and now the "import dl" doesn't fail, the dlopen doesn't fail, but I keep getting undefined references. Tell me which details of my environment you need: [gregorio:50] [~/cvs/libs/pyallegro]$ python2.1 Python 2.1.1 (#1, Jan 4 2002, 19:41:43) [GCC 2.95.2 20000220 (Debian GNU/Linux)] on linux2 Type "copyright", "credits" or "license" for more information. >>> [gregorio:51] [~/cvs/libs/pyallegro]$ allegro-config --libs -L/usr/local/lib -L/usr/X11R6/lib -Wl,-export-dynamic -lalleg-4.0.1 -lalleg_unsharable [gregorio:52] [~/cvs/libs/pyallegro]$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs gcc version 2.95.2 20000220 (Debian GNU/Linux) -- Grzegorz Adam Hankiewicz gr...@te... http://gradha.infierno.org/ |