Re: building with G++ 3.3.3

2004-10-12 Thread Judd
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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

Re: building with G++ 3.3.3

2004-10-12 Thread Gerrit P. Haase
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++ -sh

Re: building with G++ 3.3.3

2004-10-12 Thread Gerrit P. Haase
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 -

building with G++ 3.3.3

2004-10-12 Thread Judd
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-sym