RE: Using VC++

2006-06-19 Thread Charli Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -Original Message- > From: [EMAIL PROTECTED] > Sent: Monday, June 19, 2006 5:27 PM > To: cygwin@cygwin.com > Subject: Using VC++ > > > > Hello. > >I am trying to use opengl under C++ and VC++, and it gives me this >

Re: Using VC-compiled Mesa binaries under Cygwin

2006-01-18 Thread * *
On 1/18/06, * * <[EMAIL PROTECTED]> wrote: > On 1/18/06, Eric Lilja wrote: Uuggh! Sorry about the e-mail address AGAIN! Nothing like realizing .17 seconds after hitting send. > > Dave Korn wrote: > > > Eric Lilja wrote: > > > > > > > > However, doing a nm GLUT32.lib | grep glutPostRedispla

Re: Using VC-compiled Mesa binaries under Cygwin

2006-01-18 Thread * *
On 1/18/06, Eric Lilja <[EMAIL PROTECTED]> wrote: > Dave Korn wrote: > > Eric Lilja wrote: > > > > > However, doing a nm GLUT32.lib | grep glutPostRedisplay (the first > undefined reference), shows: $ nm GLUT32.lib | grep > _glutPostRedisplay I [EMAIL PROTECTED] > 0

Re: Using VC-compiled Mesa binaries under Cygwin

2006-01-18 Thread Eric Lilja
"Eric Lilja" wrote: [snip] Check this post I made on comp.video.mesa3d.user that sums up my efforts and results: http://permalink.gmane.org/gmane.comp.video.mesa3d.user/796 If you have ideas on what more to test, please let me know! I would be eternally grateful! / E -- Unsubscribe info:

Re: Using VC-compiled Mesa binaries under Cygwin

2006-01-18 Thread Eric Lilja
Dave Korn wrote: > Eric Lilja wrote: > > However, doing a nm GLUT32.lib | grep glutPostRedisplay (the first undefined reference), shows: $ nm GLUT32.lib | grep _glutPostRedisplay I [EMAIL PROTECTED] T [EMAIL PROTECTED] >>> >>> This is definitely the MSVC name m

RE: Using VC-compiled Mesa binaries under Cygwin

2006-01-18 Thread Dave Korn
Eric Lilja wrote: >>> However, doing a nm GLUT32.lib | grep glutPostRedisplay (the first >>> undefined reference), shows: $ nm GLUT32.lib | grep _glutPostRedisplay >>> I [EMAIL PROTECTED] >>> T [EMAIL PROTECTED] >> >> This is definitely the MSVC name mangling convention bu

Re: Using VC-compiled Mesa binaries under Cygwin

2006-01-18 Thread Eric Lilja
* * wrote: > On 1/17/06, Eric Lilja wrote: >> * * wrote: >>> Are the import libraries using the cygwin filename conventions? >>> >> Well, no. Building Mesa with glut creates the following files (which >> I have copied to the directory of the simple test program I trying >> to build with compiler su

Re: Using VC-compiled Mesa binaries under Cygwin

2006-01-17 Thread * *
On 1/17/06, Eric Lilja wrote: > * * wrote: > > Are the import libraries using the cygwin filename conventions? > > > Well, no. Building Mesa with glut creates the following files (which I have > copied to the directory of the simple test program I trying to build with > compiler supplied with Cygwi

Re: Using VC-compiled Mesa binaries under Cygwin

2006-01-17 Thread Eric Lilja
* * wrote: > Are the import libraries using the cygwin filename conventions? > Well, no. Building Mesa with glut creates the following files (which I have copied to the directory of the simple test program I trying to build with compiler supplied with Cygwin using the Makefile in first post): $ l

Re: Using VC-compiled Mesa binaries under Cygwin

2006-01-16 Thread * *
Are the import libraries using the cygwin filename conventions? example, -lm links against libm.a -lpcre links against libpcre.a libpcre.dll.a libpcre.la GCC just isn't going to find a file named glut32.lib using the -lglut32 switch like microsoft link.exe does. It might work if you list it li