paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] Another question


From: Aaron O Schweiger
Subject: [paragui-users] Another question
Date: Sun, 20 Apr 2003 22:16:29 -0400

Again with mingw32, gcc v3.2, compiling the test/ directory seems to be a
bit difficult.  The default makefile breaks for some reason:

C:/usr/lib/libmingw32.a(main.o)(.text+0x7f):main.c: undefined reference to
address@hidden'
make: *** [fireworks.exe] Error 1

However, I can cure the problem by manually linking:

g++ -g -O2 -Wall -o fireworks.exe blob.o main.o -mwindows -lparagui
`SDL-config --libs` -lSDL_image -lfreetype -lz -lstdc++ -lphysfs.dll

Does something besides SDL define WinMain?  Any help, thanks,

Aaron Schweiger





reply via email to

[Prev in Thread] Current Thread [Next in Thread]