Michael Haubenwallner
2009-04-02 19:31:00 UTC
Hi,
when building mico-2.3.13 on ia64-hp-hpux11.23, shared libraries still
are called libmico*.sl. Although it works, it isn't really correct -
shared libs are called "lib*.so" on ia64-hpux usually.
But "lib*.sl" is still valid for any hppa-hpux.
Attached is a patch to fix this.
BTW: Using gcc-4.2.4, to avoid a compiler error that setsockopt()
doesn't accept 'socklen_t*' but 'int*' as fifth argument, setting
CPPFLAGS=-D_XOPEN_SOURCE_EXTENDED before configure does help here.
Thanks!
/haubi/
when building mico-2.3.13 on ia64-hp-hpux11.23, shared libraries still
are called libmico*.sl. Although it works, it isn't really correct -
shared libs are called "lib*.so" on ia64-hpux usually.
But "lib*.sl" is still valid for any hppa-hpux.
Attached is a patch to fix this.
BTW: Using gcc-4.2.4, to avoid a compiler error that setsockopt()
doesn't accept 'socklen_t*' but 'int*' as fifth argument, setting
CPPFLAGS=-D_XOPEN_SOURCE_EXTENDED before configure does help here.
Thanks!
/haubi/
--
Michael Haubenwallner
Gentoo on a different level
Michael Haubenwallner
Gentoo on a different level