X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: OpenGL linker error Date: Tue, 06 Feb 2007 14:09:25 -0600 Lines: 25 Message-ID: References: <160E3DD4FB702C4CB860C65186686E69644CB9 AT MRZS152229 DOT medizin DOT uni-leipzig DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: <160E3DD4FB702C4CB860C65186686E69644CB9@MRZS152229.medizin.uni-leipzig.de> OpenPGP: url=hkp://random.sks.keyserver.penguin.de X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Ritter, Nils wrote: > we try to compile a cutting software named Salmon with Cygwin. All the so= urce > code files compile to .o object files. But when the linker try to build t= he > binary, there're many openGL errors. >=20 > This is the command: >=20 > 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 > -L/usr/X11R6/lib -L/lib/w32api -lglut -lopengl32 -lm [snip] I'm not sure if this is the problem, if it was then you should have seen a = very clear error message about not finding the library but, aren't you missing "-L/usr/lib/w32api" ? --=20 Ren=E9 Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/