[Bug 552] broken reference from scp.c

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sun May 4 11:03:46 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=552





------- Additional Comments From dtucker at zip.com.au  2003-05-04 11:03 -------
A bit of googling shows that __fixunsdfdi is a GCC support routine that should 
be in libgcc.  Possibly your link path is not picking up libgcc at all, or (as 
you seem to have a very new gcc) it's picking up an old libgcc, or there's some 
other gcc installation problem.

From: http://archive.develooper.com/perl-xs@perl.org/msg00900.html
[quote]
If I remember my GCC internals correctly that would be the support routine
for the conversion:

  double foo;
  unsigned long long thing = foo;

So there is something wrong with your gcc install - perhaps a shared library
has been found which does not match the gcc?
[end quote]



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-unix-dev mailing list