> Sorry for the late reply, actually the problem is already solved, when I > was connecting YADE with another 64 bit code on the 64 bit machine, > several error raised due to the 64 bit library compatibility (error > message complaining about cannot find stdc++ library, originally I > thought was the 64bit compiler switch, later found that I have to add > the compilation path /lib64/XXX to the LIBPATH variable using > LIBPATH=env['LIBPATH']+ /lib64/XXX.
Huh, I thought that normal systems define /lib64 as symlink to /lib (or vice versa) on 64bit systems and have /lib32 as well. Are you on Fedora? Vaclav _______________________________________________ Yade-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/yade-users
