Re: f77, too [Re: cannot link C++ apps any more (GCC 3.1)]

2002-05-23 Thread David O'Brien
On Thu, May 23, 2002 at 02:28:06PM +0900, NAKAJI Hiroyuki wrote: > I have trouble that f77 cannot find -lfrtbegin which gcc-3.1 has. > For example, the program shown below cannot be linked. I'll look into this. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

f77, too [Re: cannot link C++ apps any more (GCC 3.1)]

2002-05-22 Thread NAKAJI Hiroyuki
I have trouble that f77 cannot find -lfrtbegin which gcc-3.1 has. For example, the program shown below cannot be linked. --->8-->8-->8-->8--- program killw2k c write(*,*) '\t\b\b' stop end --->8-->8-->8-->8--- Verbose output is like this. $ f77 -

Re: cannot link C++ apps any more (GCC 3.1)

2002-05-22 Thread David O'Brien
On Wed, May 22, 2002 at 11:16:11AM +0200, Georg-W. Koltermann wrote: > are there any plans on removing the /usr/bin/c++ and > /usr/bin/g++ commands? Seems the are not useful any more, and may > conflict with a port which installs these commands. A port will never install a binary with these names

Re: cannot link C++ apps any more (GCC 3.1)

2002-05-22 Thread Szilveszter Adam
On Wed, May 22, 2002 at 11:16:11AM +0200, Georg-W. Koltermann wrote: > Am Di, 2002-05-21 um 21.35 schrieb Szilveszter Adam: > > Yes, this is correct. THe libraries libstdc++v3 and libsupc++v3 are not > > built for the system compiler. You can, however, use ports/lang/gcc31. > > Ok that works. Bu

Re: cannot link C++ apps any more (GCC 3.1)

2002-05-22 Thread Georg-W. Koltermann
Am Di, 2002-05-21 um 21.35 schrieb Szilveszter Adam: > Hello, > > On Tue, May 21, 2002 at 02:26:57PM +0200, Georg-W. Koltermann wrote: > > Hi, > > > > I am unable to link C++ apps with a recent -current. It seems I would > > need a new libstdc++ which was not included. My libstdc++.so is a > > l

Re: cannot link C++ apps any more (GCC 3.1)

2002-05-21 Thread Szilveszter Adam
Hello, On Tue, May 21, 2002 at 02:26:57PM +0200, Georg-W. Koltermann wrote: > Hi, > > I am unable to link C++ apps with a recent -current. It seems I would > need a new libstdc++ which was not included. My libstdc++.so is a > leftover from the previous cvsup. Yes, this is correct. THe libraries

Re: cannot link C++ apps any more (GCC 3.1)

2002-05-21 Thread Miguel Mendez
On Tue, May 21, 2002 at 02:26:57PM +0200, Georg-W. Koltermann wrote: Hi, > Is there any estimate to when the new libstdc++ will be in -current? Is > there a port (lang/gcc31 ?) that I should use in the meantime? This is a known issue, David is working on it. I'm not sure about the lang/gcc thi