| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-Spam-Filter: | check_local AT alphatech DOT com 4.4(020923:1754) http://digitalanswers.org/ |
| Message-Id: | <4.3.2.7.2.20030328171420.00baf210@mail.alphatech.com> |
| X-Sender: | alant AT mail DOT alphatech DOT com |
| Date: | Fri, 28 Mar 2003 17:21:30 -0800 |
| To: | "Joakim Olsson" <joakim DOT h DOT olsson AT home DOT se>, <cygwin AT cygwin DOT com> |
| From: | Alan Thompson <athompson AT alphatech DOT com> |
| Subject: | Re: Fw: Please help. gcc 3.2.2 configure problem or what? |
| In-Reply-To: | <001601c2f4e9$bf436ea0$5510690a@jhopii400mhz> |
| Mime-Version: | 1.0 |
Hi - Look here (you probably already have): http://gcc.gnu.org/install/configure.html
You are right, I used "-program-suffix=-3.2.2". You need to be careful so that it finds only 3.2.2 files. Make sure you modify your path so that all of the 3.2.2 stuff is ahead of the normal stuff (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 stuff....no problems. Since I got this working, I haven't messed with the --prefix option.
Alan Thompson
At 06:20 AM 3/28/2003 +0100, you wrote:
>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, objc
>and it seems to work.
>The problem starts when I try to link a program that has a gui.
>
>I can't find --suffix option, if you mean --program-suffix option shouldn't
>my --prefix work simular?
>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |