[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question about your new upload of libg++



Guy Maor <maor@ece.utexas.edu> writes:

> It works fine for me, Rob.  Here's some relevant versions:
> 
> ii  gcc             2.7.2.3-2      The GNU C compiler.
> ii  libc6           2.0.5c-0.1     The GNU C library version 2 (run-time files)
> ii  libg++272       2.7.2.8-0.1    The GNU C++ libraries (libc6 version).
> ii  binutils        2.8.1-2        The GNU assembler, linker and binary utiliti

Hmm, I have the same:

ii  gcc             2.7.2.3-2      The GNU C compiler.
ii  libc6           2.0.5c-0.1     The GNU C library version 2 (run-time files)
ii  libg++272       2.7.2.8-0.1    The GNU C++ libraries (libc6 version).
ii  binutils        2.8.1-2        The GNU assembler, linker and binary utiliti

And this:

  #include <iostream.h>

  int
  main(int argc, char ** argv) {
    char foo[80] = "<uninitialized>\n";
    cout << foo << endl;
  }

  g++ -o dummy -D_REENTRANT -lpthread dummy.cc 

Still segfaults when run, but only if I include the -lpthread.  It
doesn't for you?  I thought maybe it was the kernel version (long
shot), since I was running 2.1.57, but I backed off to 2.1.26 and had
the same result.  Any ideas about things I might try, or how I might
be able to get libg++ to build?

I'm running a current mirror of unstable as of this afternoon if it's
relevant.

Thanks

-- 
Rob Browning <rlb@cs.utexas.edu>
PGP fingerprint = E8 0E 0D 04 F5 21 A0 94  53 2B 97 F5 D6 4E 39 30


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: