RE: Link errors related to vtable

2007-01-16 Thread Dave Korn
On 16 January 2007 08:11, George wrote: > Hi Dave, > I am sorry as I am new to c++ I need more help in > doing what you said is required. OK, step by step: > --- >>> g++ -O3 -Wall -I. -I.. -I../../../include -L. -L.. >>> -L../../../lib-linux

Re: Link errors related to vtable

2007-01-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ugh - top-posting reformatted - http://cygwin.com/acronyms/#TOFU > --- George wrote: ^ Ugh - raw email addresses from headers (even your own) should be munged, to avoid feeding spammers - http://cygwin.com/acron

RE: Link errors related to vtable

2007-01-16 Thread George
Or, since I am suspecting this might be a problem with the gnu c++ compiler ver 3.4.4 which is there in the cygwin 1.5.23 is there a way that I can download the 4.1 version of the c++ compiler which might solve the problem? thanks --- George <[EMAIL PROTECTED]> wrote: > Hi Dave, > I am sorry as

RE: Link errors related to vtable

2007-01-16 Thread George
Hi Dave, I am sorry as I am new to c++ I need more help in doing what you said is required. thanks --- Dave Korn <[EMAIL PROTECTED]> wrote: > On 10 January 2007 13:04, Eric Blake wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > According to George on 1/9/2007 11:02 PM: >

RE: Link errors related to vtable

2007-01-10 Thread Dave Korn
On 10 January 2007 13:04, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to George on 1/9/2007 11:02 PM: >> Hi, >> I am getting link errors like below when I compile my >> code(systemc) which is on cygwin 1.5.23 with gcc >> 3.4.4 >> (systemc is a c++ class libr

Re: Link errors related to vtable

2007-01-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to George on 1/9/2007 11:02 PM: > Hi, > I am getting link errors like below when I compile my > code(systemc) which is on cygwin 1.5.23 with gcc > 3.4.4 > (systemc is a c++ class library) No wonder. C++ code MUST be compiled with g++, not

Link errors related to vtable

2007-01-09 Thread George
Hi, I am getting link errors like below when I compile my code(systemc) which is on cygwin 1.5.23 with gcc 3.4.4 (systemc is a c++ class library) I may be wrong but I feel the errors are related to the gcc in cygwin. I searched the archive but couldnt find any posts related to this. Can anyone can