Subject: | link_library problems on Solaris 10 |
The link_libraries vale in Alien/wxWidgets/Config/gtk2_2_8_4_gcc_3_4.pm
is missing the gcc required -R <path> value for Solaris.
After installation, if I make the following change, Wx test run, without
it they fail with ldd failures.
bash-3.00# diff
/.cpan/build/Alien-wxWidgets-0.32/blib/arch/Alien/wxWidgets/Config/gtk2_2_8_4_gcc_3_4.pm
/opt/ActivePerl-5.8/lib/site_perl/5.8.7/sun4-solaris-thread-multi/Alien/wxWidgets/Config/gtk2_2_8_4_gcc_3_4.pm
16c16
< 'link_libraries' => '
-L/opt/ActivePerl-5.8/lib/site_perl/5.8.7/sun4-solaris-thread-multi/Alien/wxWidgets/gtk_2_8_4/lib
-pthreads -L/usr/openwin/lib',
---
Show quoted text
> 'link_libraries' => '
-R/opt/ActivePerl-5.8/lib/site_perl/5.8.7/sun4-solaris-thread-multi/Alien/wxWidgets/gtk_2_8_4/lib
-L/opt/ActivePerl-5.8/lib/site_perl/5.8.7/sun4-solaris-thread-multi/Alien/wxWidgets/gtk_2_8_4/lib
-pthreads -L/usr/openwin/lib',