RE: Compiling gtkextra-2 problems

"Toby D. Reeves" <[email protected]>
Newsgroups gmane.comp.scigraphica.gtkextra
Message-ID <33029.64.222.186.76.1059570025.squirrel@www.solidstatescientific.com>
Chuck,

Below is the autogen.sh script that I used on RH 7.3 and RH 8, and
currently use on RH 9. The newer RH releases ship with multiple versions
of automake and autoconf. Maybe Slackware does the same.

On RH 9 these rpms are available.

> rpm -qa | egrep "automake|autoconf"
automake14-1.4p6-5.1
autoconf-2.57-3
automake-1.6.3-5
automake15-1.5-6
autoconf213-2.13-6

On RH9, the script below ends up using automake-1.6.3 and autoconf-2.5.7.
You get warnings during autogen.sh but everything works.

Hope this helps.

Toby

>
> Nope, I'm actually running Slackware 9.  But I suppose you are right and
> it's a problem with the new automake.
>
> Anyone fixed the problem, I could sure use the fix.
>
> Thanks,
> Chuck


--cut--
#!/bin/sh

#RH 7.3
#export AUTOMAKE=/usr/bin/automake-1.5
#export AUTOCONF=/usr/bin/autoconf-2.53
#export ACLOCAL=/usr/bin/aclocal-1.5
#export AUTOHEADER=/usr/bin/autoheader-2.53

#RH 9
export AUTOMAKE=/usr/bin/automake
export AUTOCONF=/usr/bin/autoconf
export ACLOCAL=/usr/bin/aclocal
export AUTOHEADER=/usr/bin/autoheader

FILES="
 stamp-h*
 INSTALL
 config.cache
 decomp
 config.guess
 missing
 mkinstalldirs
 mdate-sh
 ltconfig
 ltmain.sh
 install-sh
 compile
 ltcf-c.sh
 ltcf-cxx.sh
 ltcf-gcj.sh
"

rm -f ${FILES}

find .  -lname "/*" -exec rm {} \;

libtoolize --force
${ACLOCAL}
${AUTOCONF}
${AUTOMAKE} -a
${AUTOHEADER}

./configure --enable-static=no $@

--cut--




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.