1833784 Members
2862 Online
110063 Solutions
New Discussion

getop_long

 
SOLVED
Go to solution
Olivier Masse
Honored Contributor

getop_long

I'm stumbling on an increasing number of open-source software that relies on glibc's getopt_long(3) which doesn't seem to be part of HP-UX's stock libc.

I'm considering filing an ER for this on the ITRC but just to know, anybody else had this problem until now?

Thanks
2 REPLIES 2
Peter Nikitka
Honored Contributor
Solution

Re: getop_long

Hi Olivier,

this function is part of the popt-library, which is found at the HP porting centre:

http://gatekeep.cs.utah.edu/hppd/hpux/Development/Libraries/popt-1.7/

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
Olivier Masse
Honored Contributor

Re: getop_long

Nice to know. You can bet I'll add this lib to my golden image.

Thanks