On Tue, 11 Mar 2003 [EMAIL PROTECTED] wrote: [snip] > blib/arch/auto/Allant/Tools/Fmt/Fmt.so: Undefined symbol "__fixunsdfdi" at > /usr/local/lib/perl5/5.6.1/i386-freebsd/DynaLoader.pm line 206. > at test.pl line 11 [snip] > ...Yet I can compile other Xs modules and do a make test, no problem. > I just recompiled the libraries, and tried again. Still have the same > problem, any help would much appreciated.
Are your libraries and your XS module compiled with the same compiler/version? Google says there's been some discussion of this being a symbol retired in the transition to gcc3.2, but I don't know if this applies to your situation.
