Problem compiling glib



Hi,

I am trying to compile glib-2.34.3. I am using the configure command:
 ./configure --prefix=/usr/local/ --with-pcre=system  --with-libiconv
2>&1 | tee ~/130403_018e_glib-2.34.3_configure.log

and it seems to configure. The problem occurs during make. It
always fails at the same spot:

$ make  2>&1 | tee ~/130403_018i_glib-2.34.3_make.log
..
..
..
make[6]: Entering directory
`/home/sensing/gaf-gEDA/glib-2.34.3/gio/tests'
  GEN      test.gresource
test.gresource.xml: Error on line 6 char 1: Error processing input
file with xmllint:
/usr/bin/xmllint: symbol lookup error:
/usr/local/lib/libreadline.so.6: undefined symbol: PC
..
make[6]: *** [test.gresource] Error 1
make[6]: Leaving directory
`/home/sensing/gaf-gEDA/glib-2.34.3/gio/tests'
..
..
..
I installed libreadline from source and it seemed to install without
any errors.
I am running Debian 6.0.6 AMD64.
I compiled the following dependencies for glib:

        pkgconfig-0.28
        Python-2.7.3
        Expat-2.1.0
        PCRE-8.32
        Attr-2.4.46
        D-bus-1.6.8

I tried installing readline-6.0 after I had already installed readline-6.2. I also tried looking at test.gresource.xml, line 6 character 1, in particular, and did not notice anything out of the ordinary. I still get the same error.

Does anybody have any idea what is going on here?

Thanks,
Chris





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]