Re: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Gerrit P. Haase
Hallo Johnny, Am Donnerstag, 12. August 2004 um 13:38 schriebst du: Hi, I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec `gm2l': No such file or directory make[2]: *** Any ideas? I updated all packages

Re: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Gerrit P. Haase
Hallo Johnny, Am Donnerstag, 12. August 2004 um 14:19 schriebst du: Hi, Gm2 seems to be the GNU Module 2 compiler, I am linking a C++ program, what is happening, see http://www.dre.vanderbilt.edu/~willemsenj/CygwinACE/ for the build output. The top builds with errors are gcc 3.3.3 I'm

RE: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Johnny Willemsen
Hi, It is a set of perl scripts, you can obtain it from http://cvs.doc.wustl.edu/, it is the autobuild archive. ACE itself is in the ACE_wrappers archive. Regards, Johnny Willemsen Remedy IT Leeghwaterstraat 25 2811 DT Reeuwijk The Netherlands www.theaceorb.nl / www.remedy.nl Hi, Gm2

RE: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Johnny Willemsen
Hi, I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec `gm2l': No such file or directory make[2]: *** Any ideas? I updated all packages setup proposed. As Dave Korn suggested, use the -Wl, flag

RE: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Johnny Willemsen
Hi, I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec `gm2l': No such file or directory make[2]: *** Any ideas? I updated all packages setup proposed. As Dave Korn suggested, use the -Wl, flag

RE: Problem after upgrade to gcc-3.3.3

2004-08-13 Thread Johnny Willemsen
augustus 2004 8:27 To: Johnny Willemsen Cc: [EMAIL PROTECTED] Subject: Re: Problem after upgrade to gcc-3.3.3 Hallo Johnny, Am Donnerstag, 12. August 2004 um 13:38 schriebst du: Hi, I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g

Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Johnny Willemsen
Hi, I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec `gm2l': No such file or directory make[2]: *** Any ideas? I updated all packages setup proposed. Johnny -- Unsubscribe info:

RE: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Johnny Willemsen
PROTECTED] Sent: donderdag 12 augustus 2004 13:39 To: '[EMAIL PROTECTED]' Subject: Problem after upgrade to gcc-3.3.3 Hi, I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec `gm2l': No such file or directory

Re: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread David Rothenberger
On 8/12/2004 4:38 AM, Johnny Willemsen wrote: I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec `gm2l': No such file or directory make[2]: *** I'm seeing the same problem while trying to compile the cygwin DLL from

RE: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of David Rothenberger Sent: 12 August 2004 17:42 On 8/12/2004 4:38 AM, Johnny Willemsen wrote: I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec

RE: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Dave Korn Sent: 12 August 2004 17:45 -Original Message- From: cygwin-owner On Behalf Of David Rothenberger Sent: 12 August 2004 17:42 On 8/12/2004 4:38 AM, Johnny Willemsen wrote: I just upgraded to gcc-3.3.3 which

Re: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread David Rothenberger
On 8/12/2004 9:44 AM, Dave Korn wrote: You could try forcing the issue by issuing the same command line but with -x c++ to convince the driver it isn't a modula file after all. That might do it. That did not work for the cygwin DLL build. On 8/12/2004 9:51 AM, Dave Korn wrote: I don't build dlls

Re: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Gerrit P. Haase
Johnny writes: I just upgraded to gcc-3.3.3 which was available from setup. I now get the following error: g++: installation problem, cannot exec `gm2l': No such file or directory make[2]: *** Any ideas? I updated all packages setup proposed. Yes I saw this myself when building libglade

Re: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Gerrit P. Haase
Hello Dave, I noticed in the first example that the g++ command line had a linker/dll .def file included as one of the files-to-compile. Apparently '.def' is the standard file extension for modula files, I guess. Many thanks for the hint. I believe that is the reason. I saw the same

Re: Problem after upgrade to gcc-3.3.3

2004-08-12 Thread Gerrit P. Haase
Hello Dave, And indeed it seems that we aren't the first to discover this. http://floppsie.comp.glam.ac.uk/pipermail/gm2/2004-June.txt I tried to integrate Modula2 with the Cygwin GCC, but I saw no problems with the .def files and missed also that gm2l was not installed. I don't build