On Wed, 18 Jun 2003, Tuomo Valkonen outgrape: > > The nm and nmT files are equal, nmS appears to be nm with ': > module.a' lines removed and the rest sorted. As the function > declarations in ioncoreS.c appear to be in a sorted order, I would > suspect that libtool fails to generate the nmS file and that is the > source of your problems. Are your grep/uniq/sort working correctly > as those appear in the libtool --debug log?
Thanks for your help, I looked into the libtool script and I found out, that the sort didn't work properly. I had a wrong sort program in the search path environment (c:\winnt\system32\sort.exe) instead of the cygwin sort. Stefan.
