Running gcc-3.4.4, glibc-2.3.5 and kernel 2.6.13-rc3 on
an AMD 3500+. Having the odd problem that I've not
seen before with libfame (0.9.0 and 0.9.1) and
transcode.
I posted this on the transcode devel list several weeks
ago with no response, so I will try here. The problem
boils down to "--enable-mmx" during the build of
libfame. Actually libfame builds and installs just fine. The
problem is with transcode.
If libfame is built with mmx enabled, transcode fails
during it's configuration phase with this;
ERROR: option '--enable-libfame' failed: cannot link
against libfame
No matter what I do with transcode, ie specifying where
the various parts of libfame actually lives, transcode can
never find it.
Now, if I build libfame with "--disable-mmx", transcode
configures, builds and installs just fine.
I not seen this sort of problem before so don't know
exactly what to do except build libfame without mmx,
which I'd rather not do.
I've provided the compile log from libfame.
libfame comile log with mmx enabled
transcode with libfame mmx enabled
Logged In: YES
user_id=53417
Also here is the compile log from transcode