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 -