Unless you need getopt_long, you don't need getopt.h and you can
comment it out on darwin. getopt is part of the c standard lib now and
can be found in unistd.h.
If you do need getopt_long, you can use libgnugetopt. It is available
via fink or BSD ports, i don't know if there is an official homepage
for it.
-Ben
On Friday, October 18, 2002, at 02:56 PM, Mark Lucas wrote:
I'm porting a major remote sensing package to OSX ( www.ossim.org )
and have plowed my way through the libraries and am building some of
the supporting applications. As I get further along I hope to turn it
into a framework and packaged applications. Some of the applications
are looking for getopt.h which apparently is fairly standard on other
unix installations. I haven't been able to find it under OSX yet.
Anyone run into this before?
TIA
Mark Lucas
Chief Technical Officer
ImageLinks Inc.
4450 W Eau Gallie Blvd
Suite 164
Melbourne Fl 32934
(321) 253 0011
email@hidden
www.imagelinks.com
_______________________________________________
unix-porting mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/unix-porting
Do not post admin requests to the list. They will be ignored.
_______________________________________________
unix-porting mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/unix-porting
Do not post admin requests to the list. They will be ignored.