Subject:
|
Re: ldglite broke in Mac OS X 10.2.2
|
Newsgroups:
|
lugnet.cad.dev.mac
|
Date:
|
Thu, 28 Nov 2002 16:15:40 GMT
|
Viewed:
|
2098 times
|
| |
| |
In lugnet.cad.dev.mac, Lars C. Hassing writes:
> In lugnet.cad.dev.mac, James Reynolds writes:
> > > ld: Undefined symbols:
> > > ___gxx_personality_v0
> > > make: *** [ldglite] Error 1
> >
> > I was told to fix this by adding "-lstdc++" to the cc flags.
>
> I think I told you to add it to the *linking* command ;-)
> I don't know your makefile, perhaps there is an LFLAGS?
> Removing it from C[C]FLAGS will get rid of these warnings:
> > cc: -lstdc++: linker input file unused because linking not done
> /Lars
I feel like I missed half of this conversation somewhere. What's
going on here, is there some super secret L3P OSX port happening
that I don't know about? :^)
Anyhow, there is no LFLAGS in the makefile, but there is a GL_LIBS
line in the OSX makefile that should serve the same purpose. Try adding
the -lstdc++ to that line instead of CFLAGS and let me know if it works.
Also does it break anything to compile with that flag on OSX 10.1?
Don
|
|
Message has 2 Replies: | | Re: ldglite broke in Mac OS X 10.2.2
|
| (...) Two days ago James mailed me (again :-) asking about L3P on the Mac, and I suddenly remembered that Mac OSX is a Unix! (silly me) Having almost done the Linux port (just need testing the casesensitive filehandling) I gave the Mac a try. Got an (...) (22 years ago, 28-Nov-02, to lugnet.cad.dev.mac)
| | | Re: ldglite broke in Mac OS X 10.2.2
|
| (...) Yup. :-) (...) Well, it compiles. There are still warnings. I don't have a 10.1 box to test compiling on though. So I changed: GL_LIBS=-framework OpenGL -framework GLUT -lobjc To: GL_LIBS=-framework OpenGL -framework GLUT -lobjc -lstdc++ And (...) (22 years ago, 29-Nov-02, to lugnet.cad.dev.mac)
|
Message is in Reply To:
| | Re: ldglite broke in Mac OS X 10.2.2
|
| (...) I think I told you to add it to the *linking* command ;-) I don't know your makefile, perhaps there is an LFLAGS? Removing it from C[C]FLAGS will get rid of these warnings: (...) /Lars (22 years ago, 28-Nov-02, to lugnet.cad.dev.mac)
|
13 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|