syam prasad wrote:
Hi,
I am facing with lot of issues with gcc 3.4.4 regarding .dll build.
Where can i downlaod gcc 3.2.2 . I serached in all mirrop sites, but
failed to find it. Please help me.
Regards,
syam.
Syam, I think you're asking the wrong question. Why not ask about help
so
Hi,
I am facing with lot of issues with gcc 3.4.4 regarding .dll build.
Where can i downlaod gcc 3.2.2 . I serached in all mirrop sites, but
failed to find it. Please help me.
Regards,
syam.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http
There is on the cygwin ftp the gcc-mingw package for the 3.2 version. But it
is simply the binary from the gcc 3.2 which are being copied in the
directories, there is nothing special (well I didn't find something
special). I tried to reproduce it for the 3.2.2 but it doesn't do anything
really
>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 03, 2003 8:52 AM
Subject: Re: compiling gcc 3.2.2 with mingw support
> I've finally found how to compile the Xerces library, I've add the
> MinGW\lib\gcc-lib\mingw32 and MinGW\include\c++\3.2.2\ming
Olsson" <[EMAIL PROTECTED]>
To: "Brian Warner" <[EMAIL PROTECTED]>
Subject: Re: compiling gcc 3.2.2 with mingw support
Date: Wed, 2 Apr 2003 16:38:26 +0200
You are not alone in this.
I also tried to compile a gcc 3.2.2 with mingw support, but failed.
I haven't had th
Hi,
I'm porting an application from Linux to Windows, using MinGW and MSYS. This
application needs the Xerces-C library. This library doesn't exist for
Mingw, so I needed to compile it with Cygwin for MinGW. When My program used
the gcc 3.2, there were no problem, but now it uses the
Hi
- Original Message -
From: "Raoul Gough" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2003 10:58 PM
Subject: Re: Please help. gcc 3.2.2 configure problem or what?
> "Joakim Olsson" <[EMAIL PROTECTED]> wrote i
Hi
- Original Message -
From: "Raoul Gough" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2003 10:58 PM
Subject: Re: Please help. gcc 3.2.2 configure problem or what?
> "Joakim Olsson" <[EMAIL PROTECTED]> wrote i
(both *.h files and libraries). Do a
find /usr -name "*3.2.2*" -print
to see all of the new files you need to be aware of.
Once you set up this stuff in your build file (I have been using ant), gcc 3.2.2 works
fine. I have been using it for JNI stuffno problems. Sinc
"Joakim Olsson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> I've tried to configure and build gcc 3.2.2 under cygwin.
>
> the compiler builds fine but then the problem starts:
>
> I've tried to build fltk-1.1.3 (a gui too
Hi again
> I build gcc 3.2.2 with the --suffix option (see the gcc readme file) under
Cygwin last month and it worked fine.
> Alan Thompson
I think my problem has something to do with mingw32 and windows gui support.
I managed to build a gcc 3.2.2 and enable language Ada, c, c++, java
I build gcc 3.2.2 with the --suffix option (see the gcc readme file) under Cygwin last
month and it worked fine.
Alan Thompson
At 11:19 PM 3/27/2003 +0100, Joakim Olsson wrote:
>Hi
>
>I've tried to configure and build gcc 3.2.2 under cygwin.
>
>the compiler builds fine
Hi
I've tried to configure and build gcc 3.2.2 under cygwin.
the compiler builds fine but then the problem starts:
I've tried to build fltk-1.1.3 (a gui toolkit) when I saw the problem.
It seems that there are several unresolved in my new gcc.
I looked around and found the actual
ion)
config/i386/i386.c:927: (Each undeclared identifier is reported only once
config/i386/i386.c:927: for each function it appears in.)
config/i386/i386.c: In function `ix86_save_reg':
config/i386/i386.c:3982: warning: comparison between signed and unsigned
make[1]: *** [i386.o] Error 1
make[1]: Leav
On Sunday 16 March 2003 09:02, Steve Graham wrote:
>
> I have made many google seaches and I can't find any sources on making
> cross-compilers on Cygwin, if you know of any good resouces please could
> you let me know.
>
>From the first page of a Google search:
http://www.objsw.com/CrossGCC/
Sear
seaches and I can't find any sources on making
cross-compilers on Cygwin, if you know of any good resouces please could you
let me know.
I am running Cygwin Release 1.3.21-1 On Windows XP Profesional and I am
trying to install gcc 3.2.2.
Thank you for your time
Steven Graham
"M
Steve Graham wrote:
> Hi
>
> I am using GCC in cygwin and I want' to prorgams based on the i386-elf
> format like in linux. I am having troubles building it though
>
> I have tried
>
> binutils:
> ./configure --target=i386-elf
> make
> make install
> OK
>
> GCC whole distribution:
> ./configure
Hi
I am using GCC in cygwin and I want' to prorgams based on the i386-elf
format like in linux. I am having troubles building it though
I have tried
binutils:
./configure --target=i386-elf
make
make install
OK
GCC whole distribution:
./configure --target=i386-elf
make
But when building GCC I j
Hi,
Is there a receipe for building a linux-hosted cygwin/mingw32 GCC 3.2.2
(or any 3.2+) cross compiler for C and C++? For linux-x-mingw32 I did
<http://jrfonseca.dyndns.org/projects/gnu-win32/documentation/cross>
and for linux-x-cygwin <http://www.wxwindows.org/technote/cro
2003, Alan Thompson wrote:
> Hi Brian - It ended up working pretty well after all. Just follow the
> standard instructions that come with the gcc 3.2.2 distribution.
>
--
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314
Alan,
Ok now its clear to me, thnx! :)
Well the stuff ur doin is rather intresting but i think they won't help me for now.
What i am trying to do is to compile my java program to a native executable, that
works but not if I use threads
At runtime i get the warning that threads ain't available
Bart - I am using JNI, so I compile the C++ stuff with g++ 3.2.2 and I compile the
java stuff with J2SDK 1.4.1. Then, they can magically talk to each other so I can
hook up my legacy code to java, RMI, Jini, JDBC, etc. The Java stuff runs in Sun's
JRE 1.4.1 and calls the C++ code through the J
hreads working? I can't get them to work if i compile a java
>program that has a Thread object it does compile but at runtime i get the
>error that threads ain't implemented
>>
>>Grtz,
>>Bart
>>
>>*** REPLY SEPARATOR ***
>>
>&
>Alan Thompson wrote:
>Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it working on
>Cygwin. However, I am concerned if I might later encounter any clashes with
>/usr/lib/mingw, since I overwrote some of the lib*.a files there.
>
>Are there any problems with thi
Original Message:
-
>From: Alan Thompson [EMAIL PROTECTED]
>Date: Tue, 11 Feb 2003 21:27:00 -0800
>To: [EMAIL PROTECTED]
>Subject: Interest in gcc 3.2.2?
>
>
>Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it working on
>Cygwin. However, I
ds
>ain't implemented
>
>Grtz,
>Bart
>
>*** REPLY SEPARATOR ***
>
>On 11-2-2003 at 21:27 Alan Thompson wrote:
>
>>Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it working on
>>Cygwin. However, I am concerned if I might later enco
object it does compile but at runtime i get the error that threads
>ain't implemented
>
>Grtz,
>Bart
>
>*** REPLY SEPARATOR ***
>
>On 11-2-2003 at 21:27 Alan Thompson wrote:
>
>>Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it
pson wrote:
>Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it working on
>Cygwin. However, I am concerned if I might later encounter any clashes
>with /usr/lib/mingw, since I overwrote some of the lib*.a files there.
>
>Are there any problems with this? The cygwin setup
Hi all - I downloaded gcc 3.2.2 sources, compiled, and got it working on Cygwin.
However, I am concerned if I might later encounter any clashes with /usr/lib/mingw,
since I overwrote some of the lib*.a files there.
Are there any problems with this? The cygwin setup seems a little different
29 matches
Mail list logo