On Sat, May 21, 2011 at 03:29:27PM +0200, Francois Tigeot wrote:
> NetBSD libc exports almost nothing in comparison:
It's in /usr/lib/crt0.o, which is linked into all executables AFAIK.
> There must be something else, possibly a change in the compiler toolchain.
> Thomas, your last succesful buil
On Sat, May 21, 2011 at 03:17:41PM +0200, Thomas Klausner wrote:
> On Thu, May 19, 2011 at 04:29:34PM +0100, Michael Meeks wrote:
> >
> > Hmm; are we linking with crt0.o though ? :-) at least on Linux our C
> > library exports that symbol:
>
> > $ objdump -T /lib/libc.so.6 | grep environ
> >
On Thu, May 19, 2011 at 04:29:34PM +0100, Michael Meeks wrote:
>
> On Wed, 2011-05-18 at 17:13 +0200, Thomas Klausner wrote:
> > Does this ring a bell for anyone?
> ..
> > cp -f batch.bat ../../../unxbsdx3.pro/bin/batch.bat
> > Making:libosl_process.so
> > ../../../unxbsdx3.pro/slo/osl_process
On Wed, 2011-05-18 at 17:13 +0200, Thomas Klausner wrote:
> Does this ring a bell for anyone?
..
> cp -f batch.bat ../../../unxbsdx3.pro/bin/batch.bat
> Making:libosl_process.so
> ../../../unxbsdx3.pro/slo/osl_process.o: In function
> `read_parent_environment(std::vector
> >*)':
> osl_proces
Hi!
Does this ring a bell for anyone?
cp -f batch.bat ../../../unxbsdx3.pro/bin/batch.bat
Making:libosl_process.so
../../../unxbsdx3.pro/slo/osl_process.o: In function
`read_parent_environment(std::vector
>*)':
osl_process.cxx:(.text+0x416): undefined reference to `environ'
osl_process.cxx: