On 17 Oct 2008, at 03:33, Kevin Heeney wrote: > I had looked in here, but all I could find were files ending in > '.dll.a' ( libgnustep-base.dll.a and libobjc.dll.a among > others). Are these GCC Object files that need to be linked? I am > unable to reference these files as typical dlls.
The files ending .dll.a should be in the System/Library/Libraries directory, not the System/Tools directory ... perhaps you looked in the wrong place. The .dll.a files are interface files telling the gnu linker how to use the .dll files. I don't know the details of how linking works on windows, but google will be able to tell you (I'd look for gcc and libtool on windows, and perhaps for the mingw project). _______________________________________________ GNUstep-packagers mailing list [email protected] https://mail.gna.org/listinfo/gnustep-packagers
