What exactly are you typing in the command line?
I had the same problem and what helped me was going into the Makefile of one of the examples and using hte same options for g++
so i use:
g++ -c test.cpp
g++ test.o -o test -L/tmp/irrlicht/lib/Linux -lirrlicht -lGl -lGLU -lXxf86vm -lXext -lX11 ...
Search found 4 matches
- Mon Feb 12, 2007 6:33 pm
- Forum: Beginners Help
- Topic: problems while compiling irrlicht under ubuntu edgy
- Replies: 19
- Views: 2555
- Thu Feb 08, 2007 5:53 am
- Forum: Beginners Help
- Topic: Undefined Reference to createDevice from example
- Replies: 5
- Views: 1790
- Thu Feb 08, 2007 2:17 am
- Forum: Beginners Help
- Topic: Undefined Reference to createDevice from example
- Replies: 5
- Views: 1790
- Thu Feb 08, 2007 1:47 am
- Forum: Beginners Help
- Topic: Undefined Reference to createDevice from example
- Replies: 5
- Views: 1790
Undefined Reference to createDevice from example
Mkay, so I just started using Irrlicht. I downloaded and installed and followed directions as best i could.
Then I go to the .chm document copy the little example there.
i go to the Terminal (i'm on a Ubuntu machine) and type:
g++ -c example.cpp
g++ example.o -o example
the second command gives ...
Then I go to the .chm document copy the little example there.
i go to the Terminal (i'm on a Ubuntu machine) and type:
g++ -c example.cpp
g++ example.o -o example
the second command gives ...