Re: OpenGL linker error

2007-02-06 Thread Brian Ford
On Tue, 6 Feb 2007, Brian Ford wrote: > On Tue, 6 Feb 2007, Ritter, Nils wrote: > > g++ -o out-glut/salmon out-glut/adjacency.o out-glut/assemble-matrix.o > > out-glut/big-vector.o out-glut/bounding.o ... lots of object files ... > > out-glut/wx-salmon.o -lXi -lXt -lICE -lXext -lXmu -lSM -lX11 > >

Re: OpenGL linker error

2007-02-06 Thread Brian Ford
On Tue, 6 Feb 2007, Ritter, Nils wrote: > we try to compile a cutting software named Salmon with Cygwin. All the > source code files compile to .o object files. But when the linker try to > build the binary, there're many openGL errors. > > This is the command: > > g++ -o out-glut/salmon out-glut/

Re: OpenGL linker error

2007-02-06 Thread René Berber
Ritter, Nils wrote: > we try to compile a cutting software named Salmon with Cygwin. All the source > code files compile to .o object files. But when the linker try to build the > binary, there're many openGL errors. > > This is the command: > > g++ -o out-glut/salmon out-glut/adjacency.o out-g

OpenGL linker error

2007-02-06 Thread Ritter, Nils
Hello, we try to compile a cutting software named Salmon with Cygwin. All the source code files compile to .o object files. But when the linker try to build the binary, there're many openGL errors. This is the command: g++ -o out-glut/salmon out-glut/adjacency.o out-glut/assemble-matrix.o