Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

help with sigc++

807557Feb 18 2009 — edited Feb 19 2009
Hi,

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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2009
Added on Feb 18 2009
2 comments
451 views