Thu May 13, 2004 12:14 pm |
Replies: 16 |
Views: 14346 |
|
 |
Ok...this is really kludgy, but it works. I really don't see the need for unistd.h to need to define getopt because any autoconf will find getopt.h on its own, so this workaround will do for this bui ...
|
Sun May 09, 2004 12:30 pm |
Replies: 16 |
Views: 14346 |
|
 |
Since there is getopt() available with unistd.h, it's easier to remove #include getopt.h from all the dbg-cli sources
Unfortunately, neither the system getopt.h nor unistd.h implement getopt_lon ...
|
Sun May 09, 2004 1:48 am |
Replies: 16 |
Views: 14346 |
|
 |
I am having problems as well. After fixing the path issues for finding readline, etc. in /sw and not /usr, I know get the following:
Making all in dbg
source='main.cpp' object='dbg_cli-main.o' ...
|