LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q (https://www.linuxquestions.org/questions/linux-general-1/cant-install-glibmm-library-configure-script-cant-find-sigc-2-0-and-q-321389/)

kornerr 05-08-2005 03:07 PM

Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q
 
Everytime I run "./configure" in glibmm dir I get the following:
Code:

. . .
checking for pkg-config... /usr/bin/pkg-config
checking for sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 gmodule-2.0 >= 2.6.0... Package sigc++-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sigc++-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sigc++-2.0' found

configure: error: Library requirements (sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 gmodule-2.0 >= 2.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
root@darkstar:/home/apps/glibmm/glibmm-2.6.1#

After I
Code:

PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
where "sigc++-2.0.pc" is placed, I get the same error message.
Can anyone help me? I'm really at a loss.
Thanks.

PS: "config.log" is available here

Komakino 05-08-2005 04:00 PM

I seem to remember I had similar difficulty. I think I solved it by installing sigc++ into /usr/lib instead of /usr/local/lib

kornerr 05-09-2005 12:51 AM

Thanks, Komakino! That was the problem.

kornerr 05-10-2005 06:09 AM

GParted works perfect!

Komakino 05-10-2005 02:32 PM

Quote:

Originally posted by kornerr
GParted works perfect!
I thought your name looked familiar :D


All times are GMT -5. The time now is 03:47 PM.