This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __GI___isnanl undefined


>I could not trace the reason why i am getting following undefined
>references while building glibc for coldfire v4e. I have ported
>gilbc for coldfire v4e.  
>
>undefined reference to `__GI___finitel'
>undefined reference to `__GI___isnanl'
>undefined reference to `__GI___isinfl'
>
>I would appreciate if anyone can point me in some direction so that i
>can find the reason for above. Currently i have configured glibc
>without-tls. 

Try building glibc for a plain m68k (--target=m68k-linux) and then
grepping through the oject code symbol tables for the missing symbols,
and where you see their defintion, figure out how to mimic that for
your port to the ColdFire v4e...

-- 
Peter Barada
peter@the-baradas.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]