On 04/24/2011 04:07 PM, leledumbo wrote: > Hmm... the static version is built (gst-gtk.a), so why the dynamic version > isn't? Check the make output > http://forum.world.st/file/n3471500/smalltalk-3.2.4.zip here .
*** Warning: linker path does not have real file for library -lgdi32. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libgdi32 and none of the candidates passed a file format test *** using a file magic. Last file checked: c:/gtk+/lib/libpangowin32-1.0.dll.a *** Warning: libtool could not satisfy all declared inter-library *** dependencies of module gst-gtk. Therefore, libtool will create *** a static module, that should work as long as the dlopening *** application is linked with the -dlopen flag. (That _doesn't_ work since we are really using run-time loading). You're similarly missing opengl32, glu32 and ws2_32 which should come from the same package as gdi32. In addition you're missing development files for zlib and readline. Paolo _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
