###################################
[EMAIL PROTECTED] lame-3.93.1]$ ./configure --prefix=/var/tmp/lame
--enable-nasm --enable-mp3x --enable-mp3rtp --enable-brhist
[snip]
checking for gtk-config... gtk12-config
checking for GTK - version >= 1.2.0... ./configure: line 1:
gtk12-config: command not found
./configure: line 1: gtk12-config: command not found
./configure: line 1: gtk12-config: command not found
./configure: line 1: gtk12-config: command not found
./configure: line 1: gtk12-config: command not found
no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log
for the
*** exact error that occured. This usually means GTK was incorrectly
installed
*** or that you have moved GTK since it was installed. In the latter
case, you
*** may want to edit the gtk-config script: gtk12-config
#######################################

Neither of that is true. This is a fairly default Red Hat 8.0 install,
which has both GTK2 and GTK1. There is no gtk12-config binary on RH8.0.
However, there is a gtk-config.
My workaround was to create a symlink:

[EMAIL PROTECTED] bin]# ln -s gtk-config gtk12-config

After that, it went fine:

checking for gtk-config... gtk12-config
checking for GTK - version >= 1.2.0... yes

It seems to me that ./configure fails to detect gtk-config correctly on
RH8.0; therefore, building lame-3.93.1 on that distribution may break
those components which use GTK. I don't have a proper fix for that,
sorry.

-- 
Florin Andrei

http://florin.myip.org/

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to