Well, I searched in Ubuntu database (gNewSense is based on Ubuntu Hardy) but there isn't a package with a file "pkgconfig.m4". There is a file pkg.m4, but no pkgconfig.m4.
On vie, 2011-07-01 at 08:17 +0200, Paolo Bonzini wrote: > On 07/01/2011 06:57 AM, Germán Arias wrote: > > On mar, 2011-06-28 at 10:49 +0200, Mathieu Suen wrote: > >> > >> > >> Have you install libtool? > >> you need the dev package of libtool. > >> > >> -- > >> Mathk > >> > > > > On gNewSense there isn't a package libtool-dev, supposedly the dev > > package is libltdl3-dev, and I have this installed. So I install libtool > > from source. And now "autoreconf -vi" is OK. But now with ./configure, I > > get > > > > german@german-desktop:~/Instalados/gst-objc$ ./configure > > checking for a BSD-compatible install... /usr/bin/install -c > > checking whether build environment is sane... yes > > checking for a thread-safe mkdir -p... /bin/mkdir -p > > checking for gawk... gawk > > checking whether make sets $(MAKE)... yes > > ./configure: line 2821: syntax error near unexpected token `0.7' > > ./configure: line 2821: ` PKG_PROG_PKG_CONFIG(0.7)' > > german@german-desktop:~/Instalados/gst-objc$ > > You need pkgconfig-dev too, or something like that. (Can you search for > what package provides pkgconfig.m4?) > > Paolo _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
