Well, the compiler is gcc version 3.2.3 20030502. But I won't need to 
replace it because I think it's solved now.

The problem was that PyInstaller was including libresolv.so.2 from the old 
machine. That's apparently incompatible with my new machine. All I had to do 
was add the following line to bindepend.py in the PyInstaller dir and 
rebuild.

   r'/lib/libresolv.so.2':1,

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/2JreTdK-OEEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to