gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: gcc-3.2 problems in compiling GCL


From: Richard Zidlicky
Subject: [Gcl-devel] Re: gcc-3.2 problems in compiling GCL
Date: Sat, 15 Feb 2003 22:24:49 +0100
User-agent: Mutt/1.4i

On Sat, Feb 15, 2003 at 08:41:55AM -0500, Camm Maguire wrote:
> Greetings!  I've seen this before in earlier compilers on arm.  Is
> there a work around?
> 
> 
> ./libgcl.a(gmp3_mpn_mul_n.o)(.text+0xe2c):scan/mul_n.c:977: undefined 
> reference to `__mulsi3'

strange, mulsi3 calls should not be generated unless you happen to use
-m68000 compiler option. Is there perhaps an explicit call to it from
sacn/mul_n.c ? What happens if you compile that module with -m68020 ?

Richard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]