Re: C++ linking problem

2001-02-08 Thread RAccess
On Wed, 7 Feb 2001, John L . Fjellstad wrote: > On Wed, Feb 07, 2001 at 10:49:15PM -0500, RAccess wrote: > > > g++ try.cpp > > /usr/bin/ld: cannot find -lstdc++ > > collect2: ld returned 1 exit status > > There has been messages about this on the mailling list. There is > a bug in the packaging of

Re: C++ linking problem

2001-02-08 Thread RAccess
On 8 Feb 2001, Moritz Schulte wrote: > RAccess <[EMAIL PROTECTED]> writes: > > > Recently gcc was upgraded on debian testing/woody. Since then I have been > > having trouble compiling (mainly linking) C++ code. Here is the kind of > > error I get: > > > > g++ try.cpp > > /usr/bin/ld: cannot find -

Re: C++ linking problem

2001-02-08 Thread John L . Fjellstad
On Wed, Feb 07, 2001 at 10:49:15PM -0500, RAccess wrote: > g++ try.cpp > /usr/bin/ld: cannot find -lstdc++ > collect2: ld returned 1 exit status There has been messages about this on the mailling list. There is a bug in the packaging of gcc. You need to create the links for libstdc++.so and libs

Re: C++ linking problem

2001-02-08 Thread Moritz Schulte
RAccess <[EMAIL PROTECTED]> writes: > Recently gcc was upgraded on debian testing/woody. Since then I have been > having trouble compiling (mainly linking) C++ code. Here is the kind of > error I get: > > g++ try.cpp > /usr/bin/ld: cannot find -lstdc++ > collect2: ld returned 1 exit status It se

C++ linking problem

2001-02-07 Thread RAccess
Recently gcc was upgraded on debian testing/woody. Since then I have been having trouble compiling (mainly linking) C++ code. Here is the kind of error I get: g++ try.cpp /usr/bin/ld: cannot find -lstdc++ collect2: ld returned 1 exit status AFAIK, C code is compiling perfectly. Any ideas how to