To me this looks like the exports are missing or wrong for some strings used as notification names. No idea whether this is in GNUstep or in you application code but it should be easy to fix once you found the definition of these strings.
Fred On the road Am 08.08.2012 um 13:14 schrieb Riccardo Mottola <[email protected]>: > Hi, > > someone has a clue on this kind of link-failure on windows? Is it just a > missing library or do i need to insert some kind of stub calls as sometimes > required for the window linker? I remember certain kind of mess when dealing > with windows COFF :) > > Linking app EasyDiff ... > Creating library file: ./EasyDiff.app/./EasyDiff.exe.a > ./obj/EasyDiff.obj/DiffFileChooser.m.o: In function > `_i_DiffFileChooser__awakeFromNib': > G:/GNUstep/home/multix/gnustep-cvs/devmodules/dev-apps/easydiff/DiffFileChooser.m:43: > undefined reference to `__imp__FileIconViewFileNameDidChangeNotification' > G:/GNUstep/home/multix/gnustep-cvs/devmodules/dev-apps/easydiff/DiffFileChooser.m:54: > undefined reference to `__imp__FileIconViewFileNameDidChangeNotification' > ./obj/EasyDiff.obj/DiffFileChooser.m.o: In function > `_i_DiffFileChooser__dealloc': > G:/GNUstep/home/multix/gnustep-cvs/devmodules/dev-apps/easydiff/DiffFileChooser.m:67: > undefined reference to `__imp__FileIconViewFileNameDidChangeNotification' > G:/GNUstep/home/multix/gnustep-cvs/devmodules/dev-apps/easydiff/DiffFileChooser.m:75: > undefined reference to `__imp__FileIconViewFileNameDidChangeNotification' > collect2: ld returned 1 exit status > make[3]: *** [EasyDiff.app/./EasyDiff.exe] Error 1 > > Thank you, > > Riccardo > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
