Re: [parisc-linux] Re: [hppa] binutils will not build shared libraries with external deps?

2003-06-04 Thread John David Anglin
On Mon, Jun 02, 2003 at 05:10:38PM -0400, John David Anglin wrote: tmpdir/sh1p.o(.text+0x0): In function `shlib_mainvar': /home/dave/binutils-2.14.90/src/ld/testsuite/ld-elfvsb/sh1.c:32: undefined refer ence to `mainvar' ... FAIL: visibility (hidden) Fixing this one probably

Re: [parisc-linux] Re: [hppa] binutils will not build shared libraries with external deps?

2003-06-02 Thread John David Anglin
On Mon, May 26, 2003 at 10:22:51PM -0700, Randolph Chung wrote: [EMAIL PROTECTED]:~$ gcc -shared -fPIC -o blah.so blah.c /tmp/ccC3fZeH.o(.text+0x1c): In function `call_foo': : undefined reference to `foo' This should fix it. Would someone mind applying it for me? I'm in transit at the

Re: [parisc-linux] Re: [hppa] binutils will not build shared libraries with external deps?

2003-06-02 Thread Alan Modra
On Mon, Jun 02, 2003 at 05:10:38PM -0400, John David Anglin wrote: tmpdir/sh1p.o(.text+0x0): In function `shlib_mainvar': /home/dave/binutils-2.14.90/src/ld/testsuite/ld-elfvsb/sh1.c:32: undefined refer ence to `mainvar' ... FAIL: visibility (hidden) Fixing this one probably requires

Re: [parisc-linux] Re: [hppa] binutils will not build shared libraries with external deps?

2003-05-29 Thread Matthias Klose
H. J. Lu writes: On Thu, May 29, 2003 at 04:37:06AM +0930, [EMAIL PROTECTED] wrote: On Mon, May 26, 2003 at 10:22:51PM -0700, Randolph Chung wrote: [EMAIL PROTECTED]:~$ gcc -shared -fPIC -o blah.so blah.c /tmp/ccC3fZeH.o(.text+0x1c): In function `call_foo': : undefined reference to