On 01-mar-09, at 14:39, M. David Peterson wrote: > Any ideas? > > One thing worth pointing out: Prior to the release of 0.99.0, > attempting to specify the location of the ffmpeg libraries via the > configure script had no effect on where the build process would look > for the ffmpeg libraries which was always in /usr/local/lib. I > haven't looked at the code (will do that now) but could this be > something as simple as a hard coded reference to a non-standard > location of the math library?
FFMpeg has been only used since 0.99.0, so it's the most likely source of this issue. If cosh() is the problem, I'd try to add -lm to FFMPEG_LIBS. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
