help with sigc++
807557Feb 18 2009 — edited Feb 19 2009Hi,
I need some help with a few library dependencies I'm running into with solaris. I am trying to compile a project that looks for sigc++-2.0. After running configure, I get this message:
checking for STUFF... 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: Package requirements (sigc++-2.0) were not met:
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables STUFF_CFLAGS
and STUFF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I have already set PKG_CONFIG_PATH in my /etc/profile to /usr/local/lib. The thing is, I only have sigc++-2.0 in my /usr/local/lib. I do not have sigc++-2.0.pc which is apparently what the application needs. Where do I get this? I can't seem to find it in www.sunfreeware.com. I need the version for Solaris 10 x86_64.
Please note that I am a beginner in Solaris. I would appreciate a newbie-friendly reply.
Thanks in advance!