
scott at friedemann
Mar 3, 2008, 4:00 PM
Post #5 of 5
(1200 views)
Permalink
|
Aengus wrote: > It looks like you didn't modify the Makefile to tell MinGW to compile the code as a Win32 Executable. > > You need to edit two files: > > C:\MinGW\analog-6.0\src\Makefile > Line 32: > Change OS = UNIX > to OS = WIN32 > > Line 34: > Change LIBS = -lm > to LIBS = -lwsock32 -lm I had changed line 32, but not line 34. After making that change everything works. Thank you very much. Scott +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------
|