-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
>
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
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
"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:
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
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
* * 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
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
* * 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
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
10 matches
Mail list logo