are the file in /usr/include/sys, if yes than try to hard code the in
program as
#include "/usr/include/sys/$filename.h"
Regards
Sagar
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 18, 2003 2:31 AM
Subject: CYGWIN: make error
> Hallo Everyone
- Original Message -
From: "LLeweLLyn Reese" <[EMAIL PROTECTED]>
To: "Sagar Shah" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 18, 2003 6:02 AM
Subject: Re: gcc on cygwin
try out this
http://cygwin.com/cygwin-ug-net/dll.html
Regards
Sagar
- Original Message -
From: "Sisyphus" <[EMAIL PROTECTED]>
To: "Jennings Lynn" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 18, 2003 5:44 AM
Subject: Re: Where I can I get info about building Win32 DLL files
Hi,
Thanx for ur reply.
Lets consider the simple, sample application
\*wstringsample.cc*\
#include
using namespace std;
int main()
{
wstring name = L"Sagar Shah";
return 0;
}
when compiling with gcc 3.2.3 the following is the output.
$ g++ -o
some gtk methods, libsigc methods,
glib etc.
what i think the binaries i got are compiled under gcc 3.x, so gcc 2.95 cant
get them.
so i need gcc 3.2.3 with wstring, so that no problem for porting the
applications on windows.
what should i do
TAI
Regards
Sagar Shah.
- Original Message
: [EMAIL PROTECTED]
Sent: Tuesday, July 15, 2003 9:58 AM
Subject: Re: gcc on cygwin
gcc 2.95 has a different C++ ABI than gcc 3.2.3. You'll have to build all
C++ code with the same compiler.
From: Sagar Shah
To: gcc-help at gcc dot gnu dot org, cygwin at cygwin dot com
Date: Tue, 15 Jul 20
f yes what should i do for it.
Any Help would greatly be appreciated.
TAI
Regards
Sagar Shah
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
7 matches
Mail list logo