Unskilled physicist buiding 3.0.4 on Cygwin
Stephano Mariani
sk.mail@btinternet.com
Sat Feb 23 13:38:00 GMT 2002
Perhaps this will help:
Get a copy of GCC (If you can't do that, give up now)
Then in the directory you extracted your sources, run
"./configure --enable-language=c,c++,f77 --disable-libgcj".
After that is complete, run "make bootstrap". After that is complete,
run "make install".
Then cd to your /usr/local/bin and rename the new files that are
installed there to something unique (I recommend a suffix of "3", so
that you can call the new gcc as gcc3).
Enjoy :)
Stephano Mariani
> -----Original Message-----
> From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]
On Behalf Of Dockeen
> Sent: Saturday, 23 February 2002 3 7
> To: gcc-help@gcc.gnu.org
> Subject: Unskilled physicist buiding 3.0.4 on Cygwin
>
> OK, I have read a number of posts about building 3 series
> code with Cygwin (either Win98, 2000 or XP). I am messing
> it up somehow.
>
> Lately, it seems to build, but when I try to do a make on
> a standard project I work on, it gets a lot of link errors,
> mostly related to new and delete.
>
> Is it possible to get a simple (small words) step-by-step
> on what I need (special build of Cygwin? Certain things in
> my path that any fool knows needs to be there) and any files
> I need to change, what configure options, do I manually have
> to change the makefile. Think dumb. Real dumb! :-(
>
> Wayne Keen
More information about the Gcc-help
mailing list