logo       

stc library not found while trying to install Wx-0.67 on FC5: msg#00081

Subject: stc library not found while trying to install Wx-0.67 on FC5
I'm running Redhat Fedora Core 5 (FC5) and the Wx-0.67 'perl Makefile.PL' command complains about stc as follows.  Please help me understand what's wrong.   I was able to go back and install Wx-0.27 with no problems.

[root@localhost Wx-0.67]# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Wx::Print
Writing Makefile for Wx::DateTime
Writing Makefile for Wx::Html
Writing Makefile for Wx::Media
Writing Makefile for Wx::Help
Writing Makefile for Wx::XRC
Writing Makefile for Wx::Grid
Attempt to free unreferenced scalar: SV 0xa6aa3d8, Perl interpreter: 0x9ffa008 at /usr/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 190.
ERROR from evaluation of /tmp/Wx-0.67/ext/Makefile.PL: ERROR from evaluation of /tmp/Wx-0.67/ext/stc/Makefile.PL: No such 'link' library: 'stc' at /tmp/Wx-0.67/build/Wx/build/MakeMaker.pm line 206
# Looks like your test died before it could output anything.

-----------------------------------------------------

I've installed wxWidgets 2.6.2 from source, then installed the stc library from source.

Here is the output from wx-config:
  [root@localhost Wx-0.67]# wx-config --libs stc
  -L/usr/local/lib -pthread   -lwx_gtk2_stc-2.8 -lwx_base-2.8

-----------------------------------------------------

Here is a listing of the wx libs in /usr/local/lib:
[ root@localhost Wx-0.67]# ls /usr/local/lib/*wx*
/usr/local/lib/libwx_base-2.6.so
/usr/local/lib/libwx_base-2.6.so.0
/usr/local/lib/libwx_base- 2.6.so.0.3.1
/usr/local/lib/libwx_base- 2.8.so
/usr/local/lib/libwx_base-2.8.so.0
/usr/local/lib/libwx_base-2.8.so.0.0.0
/usr/local/lib/libwx_base_net-2.6.so
/usr/local/lib/libwx_base_net-2.6.so.0
/usr/local/lib/libwx_base_net- 2.6.so.0.3.1
/usr/local/lib/libwx_base_net-2.8.so
/usr/local/lib/libwx_base_net-2.8.so.0
/usr/local/lib/libwx_base_net- 2.8.so.0.0.0
/usr/local/lib/libwx_base_xml- 2.6.so
/usr/local/lib/libwx_base_xml-2.6.so.0
/usr/local/lib/libwx_base_xml-2.6.so.0.3.1
/usr/local/lib/libwx_base_xml- 2.8.so
/usr/local/lib/libwx_base_xml-2.8.so.0
/usr/local/lib/libwx_base_xml- 2.8.so.0.0.0
/usr/local/lib/libwx_gtk2_adv-2.6.so
/usr/local/lib/libwx_gtk2_adv-2.6.so.0
/usr/local/lib/libwx_gtk2_adv- 2.6.so.0.3.1
/usr/local/lib/libwx_gtk2_adv- 2.8.so
/usr/local/lib/libwx_gtk2_adv-2.8.so.0
/usr/local/lib/libwx_gtk2_adv-2.8.so.0.0.0
/usr/local/lib/libwx_gtk2_aui- 2.8.so
/usr/local/lib/libwx_gtk2_aui-2.8.so.0
/usr/local/lib/libwx_gtk2_aui- 2.8.so.0.0.0
/usr/local/lib/libwx_gtk2_core-2.6.so
/usr/local/lib/libwx_gtk2_core-2.6.so.0
/usr/local/lib/libwx_gtk2_core- 2.6.so.0.3.1
/usr/local/lib/libwx_gtk2_core- 2.8.so
/usr/local/lib/libwx_gtk2_core-2.8.so.0
/usr/local/lib/libwx_gtk2_core-2.8.so.0.0.0
/usr/local/lib/libwx_gtk2_html- 2.6.so
/usr/local/lib/libwx_gtk2_html-2.6.so.0
/usr/local/lib/libwx_gtk2_html- 2.6.so.0.3.1
/usr/local/lib/libwx_gtk2_html-2.8.so
/usr/local/lib/libwx_gtk2_html-2.8.so.0
/usr/local/lib/libwx_gtk2_html- 2.8.so.0.0.0
/usr/local/lib/libwx_gtk2_media- 2.6.so
/usr/local/lib/libwx_gtk2_media-2.6.so.0
/usr/local/lib/libwx_gtk2_media-2.6.so.0.3.1
/usr/local/lib/libwx_gtk2_qa- 2.6.so
/usr/local/lib/libwx_gtk2_qa-2.6.so.0
/usr/local/lib/libwx_gtk2_qa- 2.6.so.0.3.1
/usr/local/lib/libwx_gtk2_qa-2.8.so
/usr/local/lib/libwx_gtk2_qa-2.8.so.0
/usr/local/lib/libwx_gtk2_qa- 2.8.so.0.0.0
/usr/local/lib/libwx_gtk2_richtext- 2.8.so
/usr/local/lib/libwx_gtk2_richtext-2.8.so.0
/usr/local/lib/libwx_gtk2_richtext-2.8.so.0.0.0
/usr/local/lib/libwx_gtk2_stc- 2.6.so
/usr/local/lib/libwx_gtk2_stc-2.6.so.0
/usr/local/lib/libwx_gtk2_stc-2.6.so.0.3.1
/usr/local/lib/libwx_gtk2_xrc-2.6.so
/usr/local/lib/libwx_gtk2_xrc-2.6.so.0
/usr/local/lib/libwx_gtk2_xrc-2.6.so.0.3.1
/usr/local/lib/libwx_gtk2_xrc- 2.8.so
/usr/local/lib/libwx_gtk2_xrc-2.8.so.0
/usr/local/lib/libwx_gtk2_xrc-2.8.so.0.0.0



Thanks,
Sam



--
Sam and Lisa Skielnik
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxperl-users mailing list
wxperl-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/wxperl-users
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
web.pylons.gene...    hurd.l4/2002-10...    kernel.commits....    user-groups.lin...    yellowdog.gener...    java.drools.use...    security.openva...    package-managem...    linux.debian.us...    qnx.openqnx.dev...    genealogy.gramp...    file-systems.if...    voip.wengophone...    tex.context/200...    ietf.smime/2003...    audio.csound.de...    culture.region....    xfree86.devel/2...    mobile.kannel.u...    distributed.con...    education.engli...    org.user-groups...    bug-tracking.gn...    recreation.bicy...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe