Hi Pau,
On Thursday 28 October 2010 16:04:19 Pau Marc Munoz Torres wrote:
> Hi every body
>
> recently i compiled a svmlight perl module two use svmlight program with
> perl
>
> http://search.cpan.org/~kwilliams/Algorithm-SVMLight-0.09/lib/Algorithm/SVM
> Light.pm
>
> to compile a patch is needed and as i wanted to run it under linux in a 64
> bits machine, i used the flag make " CFLAGS='-fPIC -O3' " after applaying a
> patch
>
> the compilation worked fine, but when ever i try to build an object i get
> get the following error
>
> usr/bin/perl: symbol lookup error:
> /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi/auto/Algo
> rithm/SVMLight/SVMLight.so: undefined symbol: set_learning_defaults
>
> I would appreciate is some of you could tell me what does "symbol lookup
> error" and "undefined symbol" means, by the way, set_learning_defaults is
> deffined at the patch
These are errors of the GNU linker. I don't know what is causing them but we
can try to investigate. Maybe the set_learning_defaults was defined as a
static function or it was not an external symbol.
Regards,
Shlomi Fish
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
Funny Anti-Terrorism Story - http://shlom.in/enemy
<rindolf> She's a hot chick. But she smokes.
<go|dfish> She can smoke as long as she's smokin'.
Please reply to list if it's a mailing list post - http://shlom.in/reply .
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/