[Plib-users] link plib into code on mac osx
Brought to you by:
sjbaker
From: Bernhard W. <bw...@ca...> - 2004-10-22 20:50:08
|
I have written a glut-application and compiled it on Mac OS X NOT using = the project development tools but the g++ compiler. Now, I decided to design the user interface using pui but even just = including the headerfile without actually using anything from the = library creates real problems because the (standard) g++-3.3 compiler = doesn't recognise the plib files as C++ and is therefore not able to = compile. I have seen on the mailing list that this problem has surfaced a number = of times but couldn't find a solution apart from the suggestion of not = using plib but compliling the code into my project. Does anyone who had = the problem know, how to deal with it? Or any other ideas? Thanks a lot, Bernhard |