Displaying 1 result from an estimated 1 matches for "getop_long".
Did you mean:
  getopt_long
  
2005 Aug 28
1
building speex on macos x
this is very strange. the speex tar-ball contains the source for gnu's 
getopt and getop_long and the configure script detects that i have no 
working getopt_long. still the code is neither built nor linked. thus 
my solution was to compile the getopt source (i replaced them with 
files from the latest gengetopt btw. i have no idea why i did that) and 
then link speexenc and speexdec by han...