Article:
 |
|
Developing in OpenGL Using Makefiles
|
| Subject: |
|
Getting an error... |
| Date: |
|
2005-04-01 17:33:46 |
| From: |
|
Tankko
|
|
|
|
I get the following when I run "make"
ld: can't locate file for: -lcrt1.o
the output from make is:
[tankko: ~/gltest]$ make
g++ -framework GLUT -framework OpenGL -Wall -o GlutExample -L"/System/Library/Frameworks/OpenGL.framework/Libraries" GlutExample.o -lGL -lGLU -lm -lobjc -lstdc++
ld: can't locate file for: -lcrt1.o
make: *** [GlutExample] Error 1
[tankko: ~/gltest]$
I do have XCode installed
Tankko
|
Showing messages 1 through 1 of 1.
-
Getting an error...
2005-04-03 06:08:36
markd2
[View]