Displaying 3 results from an estimated 3 matches for "ldloadlib".
Did you mean:
ldloadlibs
2007 Sep 20
2
Search::Xapian cygwin fix
Olly,
The cygwin linker requires -shared, otherwise WinMain at 16 will not be skipped.
BTW: mingw also. But this should test and fix someone else.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Search-Xapian-1.0.2.0-cyg.patch
Type:
2004 Aug 06
2
Is the list alive?
And more importantly (for me) - Can I ask question about Shout.pm?
<p>Anders Jensen
System devel.
Cybercity.dk, OSS projektet
----
<erno> hm. I've lost a machine.. literally _lost_. it responds to ping, it
works completely, I just can't figure out where in my apartment it is.
Sig. provided by www.bash.org
--- >8 ----
List archives: http://www.xiph.org/archives/
2004 Aug 06
2
Is the list alive?
...t status
make: *** [blib/arch/auto/Shout/Shout.so] Error 1
[root@b5fie Shout-1.0]#
--
If I remove -lshout (Since it says Shout *migth need* other libraries) from
following section Makefile:
--
# Shout might depend on some other libraries:
# See ExtUtils::Liblist for details
#
EXTRALIBS = -lshout
LDLOADLIBS = -lshout
BSLOADLIBS =
LD_RUN_PATH = /usr/lib
--
It compiles and installs.
But it does work - fails when used / tested with :
--
[root@b5fie Shout-1.0]# perl test.pl
1..3
ok 1
perl: relocation error:
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Shout/Shout.so: undefined
symbol: shout_init_co...