Re: libc6 status

1998-02-10 Thread Eric Delaunay
Juan Cespedes wrote: > On Mon, Feb 09, 1998 at 02:41:45PM +0100, Andreas Jaeger wrote: > > > > Don't make your life too difficult. Just apply the following patch > > which should be in the next glibc snapshot. > > Index: libc.map > >

Re: libc6 status

1998-02-10 Thread Andreas Jaeger
> Juan Cespedes writes: > Sorry, but that wouldn't work. Current binutils don't work > if you include symbols beginning with `.' in the libc.map. This is > (IMHO) a bug in binutils... I'm CC'ing H.J. Lu. Argh:-(. I didn't know that. I'll forward this information to the glibc lists.

Re: libc6 status

1998-02-09 Thread Eric Delaunay
Juan Cespedes wrote: > On Sun, Feb 08, 1998 at 01:47:56AM +0100, Eric Delaunay wrote: > > > > 1/ rootdisk.sh (from boot-floppies-2.0.0) searchs for > >/usr/lib/libc_pic/soinit.so, /usr/lib/libc_pic/sofini.so & > >/usr/lib/libc_pic/interp.so files that are missing from our libc6 > > packag

Re: libc6 status

1998-02-09 Thread Juan Cespedes
On Mon, Feb 09, 1998 at 02:41:45PM +0100, Andreas Jaeger wrote: > > Don't make your life too difficult. Just apply the following patch > which should be in the next glibc snapshot. > Index: libc.map > === > RCS file: /egcs/carton/cvsf

Re: libc6 status

1998-02-09 Thread Andreas Jaeger
> Juan Cespedes writes: Juan> On Sun, Feb 08, 1998 at 01:47:56AM +0100, Eric Delaunay wrote: >> >> 2/ the .rem symbol is defined in libslang (0.99.38) but not in the the >> libslang >> generated for miniroot by processing the libslang-pic package. Juan> I'm going to define all the `.{u,}

Re: libc6 status

1998-02-09 Thread Juan Cespedes
On Sun, Feb 08, 1998 at 01:47:56AM +0100, Eric Delaunay wrote: > > 1/ rootdisk.sh (from boot-floppies-2.0.0) searchs for >/usr/lib/libc_pic/soinit.so, /usr/lib/libc_pic/sofini.so & >/usr/lib/libc_pic/interp.so files that are missing from our libc6 package. >I don't know much about crea

libc6 status

1998-02-08 Thread Eric Delaunay
Hello, While I'm trying to create the boot disks for Debian/SPARC, I'm running in some troubles with libc6 about the use of PIC library. 1/ rootdisk.sh (from boot-floppies-2.0.0) searchs for /usr/lib/libc_pic/soinit.so, /usr/lib/libc_pic/sofini.so & /usr/lib/libc_pic/interp.so files that

libc6 status

1997-10-17 Thread Eric Delaunay
libc6 snapshot 970928 seems to be broken :-(( I built libg++272 2.7.2.8 then tried a very small program: #include main() { cout << "hello\n"; } Either it segfaults or does nothing :-(( depending on compilation flags (-static/-ggdb/...). Now, I'm debugging the following program: #include m