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
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 -
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
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
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
5 matches
Mail list logo