Re: Issues I have w/ recent -current

2002-10-12 Thread Yamada Ken Takeshi
Sorry for late to respond. Thank you for your help. It solved the problem. From: Alexander Kabaev <[EMAIL PROTECTED]> > On Tue, 01 Oct 2002 23:29:34 +0900 (JST) > Yamada Ken Takeshi <[EMAIL PROTECTED]> wrote: > > > >3) HelloWorld.cc can't be compiled while 4.6R can do it, > > and

Re: Issues I have w/ recent -current

2002-10-01 Thread Alexander Kabaev
On Tue, 01 Oct 2002 23:29:34 +0900 (JST) Yamada Ken Takeshi <[EMAIL PROTECTED]> wrote: > >3) HelloWorld.cc can't be compiled while 4.6R can do it, > and it disables to compile kdebase3. > > #include int main(){ cout<<"Hello World\n";} > > c++ HelloWorld.cc -o HelloWo