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
+------------------------------------------------------------------------

Reply via email to