Greg Wooledge eeg.ccf.org> writes:
> For whatever it's worth, I can reproduce this behavior on both Linux
> and OpenBSD (which use /dev/fd/*), in several versions of bash, but
> not on HP-UX (which uses named pipes).
I can reproduce it also with bash 4 and bash 3.2 under gentoo
Hi,
FreeBSD 7+ does not have /usr/bin/objformat anymore.
The problem is that support/shobj-conf and shlib-install uses it to determine
if FreeBSD supports ELF or NOT.
Given that FreeBSD 7+ ALWAYS has ELF libraries, that check is useless and
dangerous (we have no SONAME in library).
I attach a p
Hi,
FreeBSD 7+ does not have /usr/bin/objformat anymore.
The problem is that support/shobj-conf and shlib-install uses it to determine
if FreeBSD supports ELF or NOT.
Given that FreeBSD 7+ ALWAYS has ELF libraries, that check is useless and
dangerous (we have no SONAME in library).
I attach a p