I am trying to install P4Ruby on a FreeBSD 6.0 machine.
I have:
P4Ruby version 1.5800
P4API version 2006.2
Everything compiles, but when I try to run it, I get this:
# ruby -e 'require "P4"'
./P4.so: ./P4.so: Undefined symbol "_Znwj" -
./P4.so (LoadError)
from -e:1
Does anybody know why its happening?
Here is the output from commands mentioned in the FAQ:
# ruby -rrbconfig -e 'puts Config::CONFIG[
"target_os" ]'
freebsd6
ruby -rrbconfig -e 'puts Config::CONFIG[
"target_cpu" ]'
i386
# ruby -rrbconfig -e 'puts RUBY_PLATFORM'
i386-freebsd6
And some more version information:
# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
# ruby --version
ruby 1.8.5 (2006-08-25) [i386-freebsd6]
Thanks
--
Artem Kulakov
_______________________________________________
p4ruby mailing list
p4ruby perforce.com
http://maillist.perforce.com/mailman/listinfo/p4ruby
|