Re: That tiny OpenGL app

2008-07-17 Thread Markus Hitter
Am 17.07.2008 um 11:21 schrieb Chris Robinson: > The cross-compiler comes with win32 import/static libs. Since MinGW > is a > Windows port of GCC (and the cross-compiler is basically a port > back), the > libs it comes with are native Windows. The -L switches, however, > point the > compile

Re: That tiny OpenGL app

2008-07-17 Thread Chris Robinson
On Thursday 17 July 2008 01:43:26 am Markus Hitter wrote: > Am 17.07.2008 um 00:56 schrieb Chris Robinson: > > Try linking with MinGW's libs, not Wine's. > > My understanding is, MinGW dosn't come with libs, but uses the native > (Windows) ones. The cross-compiler comes with win32 import/static li

Re: That tiny OpenGL app

2008-07-17 Thread Markus Hitter
Am 17.07.2008 um 01:04 schrieb Stefan Dösinger: >> -lopengl32 -lglu32 -o OpenGLBase.exe OpenGLBase.cpp >> /tmp/cclajgrA.o:OpenGLBase.cpp:(.text+0x10e): undefined reference to >> [EMAIL PROTECTED]' > I think this is in gdi32.dll Thanks for the suggestion. Tried to add them, but it doesn't ma

Re: That tiny OpenGL app

2008-07-17 Thread Markus Hitter
Am 17.07.2008 um 00:56 schrieb Chris Robinson: > On Wednesday 16 July 2008 03:38:37 pm Markus Hitter wrote: >> maybe I'm just missing the obvious, but I can't get my small one-file >> app to link. As I've just built Wine from scratch on this box, >> everything should be installed, including libGL

RE: That tiny OpenGL app

2008-07-16 Thread Stefan Dösinger
> -lopengl32 -lglu32 -o OpenGLBase.exe OpenGLBase.cpp > /tmp/cclajgrA.o:OpenGLBase.cpp:(.text+0x10e): undefined reference to > [EMAIL PROTECTED]' I think this is in gdi32.dll

Re: That tiny OpenGL app

2008-07-16 Thread Chris Robinson
On Wednesday 16 July 2008 03:38:37 pm Markus Hitter wrote: > maybe I'm just missing the obvious, but I can't get my small one-file > app to link. As I've just built Wine from scratch on this box, > everything should be installed, including libGL... in /usr/lib32: Try linking with MinGW's libs, not

That tiny OpenGL app

2008-07-16 Thread Markus Hitter
Hello all, maybe I'm just missing the obvious, but I can't get my small one-file app to link. As I've just built Wine from scratch on this box, everything should be installed, including libGL... in /usr/lib32: [EMAIL PROTECTED]:~/Wine Apps/GPWiki Framework$ make i586-mingw32msvc-g++ -pipe -mw