That certainly fixed the problem.
$ perl -v
This is perl, v5.8.4 built for i486-linux
$ grep link lib/Parrot/Config/Generated.pm
'has_dynamic_linking' => 1,
'has_static_linking' => 1,
'link' => 'cc',
'link_debug' => '',
'link_dynamic' => '-Wl,-E',
'linkflags' => ' -L/usr/local/lib -Wl,-E',
'ncilib_link_extra' => '',
$ grep rpath lib/Parrot/Config/Generated.pm
'rpath' => '-Wl,-rpath=',
'rpath_blib' =>
'-Wl,-rpath=/home/ben/documents/parrot/trunk/blib/lib',
Slackware 10.1
$ cat /proc/version
Linux version 2.4.26 ([EMAIL PROTECTED]) (gcc version 3.3.4) #6 Mon Jun 14
19:07:27 PDT 2004
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 11
model name : Intel(R) Celeron(TM) CPU 1066MHz
stepping : 1
cpu MHz : 1066.563
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
cmov pat pse36 mmx fxsr sse
bogomips : 2129.92
On 8/8/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
Am Dienstag, 8. August 2006 16:34 schrieb hugues:
> I'm getting the following error when compiling (trying to) parrot
> svn:
>
> Just droping it as is, in case any of you would know an obvious fix
> (laziness ...)
Please don't. it doesn't help at all.
Please (all with this error) post the result of:
$ perl -V
$ grep link lib/Parrot/Config/Generated.pm
$ grep rpath lib/Parrot/Config/Generated.pm
... and your detailed OS description incl. distribution.
As kiwi has noted, the error is due to an installed libparrot. *But* the
problem is that the problem is only exposed on some archs.
Thanks,
leo