Discussion:
mico-2.3.13 on ia64-hpux
Michael Haubenwallner
2009-04-02 19:31:00 UTC
Permalink
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/
--
Michael Haubenwallner
Gentoo on a different level
Karel Gardas
2009-04-08 09:02:42 UTC
Permalink
Thanks for the patch! I've pushed it upstream.

Cheers,
Karel
Post by Michael Haubenwallner
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/
------------------------------------------------------------------------
_______________________________________________
Mico-devel mailing list
http://www.mico.org/mailman/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Loading...