yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01942
Fwd: Re: scons and linkage rules
Undefined symbols:
"_FSGetCatalogInfo", referenced from:
Wm3::System::GetPath(char const*, char const*)in miniWm3.os
Wm3::System::GetPath(char const*, char const*)in miniWm3.os
Wm3::System::GetPath(char const*, char const*)in miniWm3.os
"_GetProcessBundleLocation", referenced from:
Wm3::System::GetPath(char const*, char const*)in miniWm3.os
"_GetCurrentProcess", referenced from:
Wm3::System::GetPath(char const*, char const*)in miniWm3.os
"_FSRefMakePath", referenced from:
Wm3::System::GetPath(char const*, char const*)in miniWm3.os
Obviously some system-specific libs are missing. You have to find out where are those _FSGetCatalogInfo and other defined and link with that as well. System-speicifc.
Follow ups