Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: "Judd" Subject: Re: building with G++ 3.3.3 Date: Tue, 12 Oct 2004 15:37:43 -0600 Lines: 38 Message-ID: References: <624524850 DOT 20041012213641 AT familiehaase DOT de> <923865565 DOT 20041012215730 AT familiehaase DOT de> X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: 66.54.224.97 X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-IsSubscribed: yes "Gerrit P. Haase" wrote in message news:923865565 DOT 20041012215730 AT familiehaase DOT de... > Hallo Judd, > > > Am Dienstag, 12. Oktober 2004 um 20:19 schriebst du: > > >> I'm trying to port OpenInventor freeware over to cygwin and I'm having some > >> problems with the linkage. When trying to build the DLL, I'm coming up with > >> some errors I'm having a hard time trying to get around. > > >> g++ -shared -o libInventor.dll -Wl,--out-implib=libInventor.dll.a \ > >> -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive \ > >> ./stub.o \ > >> ./database/src/sb/projectors/SbProjectors.o \ > >> ./database/src/sb/Sb.o \... (more object files) > > > -Wl,--no-whole-archive > > >> -L/usr/lib -L/usr/X11R6/lib -L../libimage -L../libFL/src -ljpeg.dll -lim age > >> -lFL -lX11 -lGLU -lGL -liconv -lfreetype > > > BTW, saw the Cygwin documentation already: > http://www.cygwin.com/cygwin-ug-net/dll.html > ? > Darn, looked like the answer, but alas, gave me the same results. Thank you for your help Gerrit, but it must be something else. Judd -- 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/