I'm running AIX 4.3.3 ML11
i have bos.rte.libpthreads 4.3.3.80
Any idea about for what i should be looking?
--
be safe.
flip
This is one of the reasons we still have 4.2.1 boxes around.
--
be safe.
flip
Verso l'esterno! Verso l'esterno! Deamons di ignoranza.
Take a look in the VAC 6.0 compiler documentation about the different
invocations of the compiler driver (cc, cc_r7 , cc_r4...)
And /etc/vac.cfg.
AFAIK they set some macros for compatibility with DCE threads.
Not sure, just an idea...
---
Ui
> That said, I think there's a strip option in 4.3.3 that allows you
> to set/unset the LOADONLY bit (dump -ov /usr/lib/libpthreads.a and look
> at shr.o). Try -e/-E.
The version of strip from bos.rte.bind_cmds:4.3.3.77 has '-e/-E' ...
This is good to know: I was looking for the option to turn LOADONLY
on in the 'ld' (because I need to relink some LOADONLY modules, and
*leave* them LOADONLY), but didn't find it there. Looking in 'strip'
didn't occur to me. I ended up with a perl script that simply pokes
the right value into the executable.
Cheers,
--
In order to understand recursion you must first understand recursion.