|
From: Greg M. <min...@ac...> - 2008-01-06 17:13:15
|
Rob, so, i was a bit embarrassed to include the lt_dlexit error, since i haven't run sox in a while (i think the last time i ran it may have been when 14.0.0 was released), and that error didn't happen before (as far as i can remember). so, something in my environment changed. in 14.0.0, the getopt string is ---- static char *getoptstr = "+abc:defghilmnoqr:st:uv:wxABC:DLMNRSUV::X12348"; ---- which i interpret to mean -V parameter required. (but, then, maybe *i* am as out of date as my getopt, which happens to be from FreeBSD: ---- FreeBSD gregtx 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue Oct 31 09:50:20 PST 2006 minshall@gregtx:/usr/src/sys/i386/compile/GENERIC i386 ---- the getopt_long array in 14.0.0 does *not* include an entry for -V, again, if i'm parsing that correctly. cheers, Greg |