tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] help with strtoull


From: Rob Landley
Subject: Re: [Tinycc-devel] help with strtoull
Date: Mon, 20 Aug 2007 18:06:50 -0500
User-agent: KMail/1.9.6

On Monday 20 August 2007 1:51:29 pm Gil Dabah wrote:
> Hey everyone,
>
> I try to compile integers of 64bits long and use this function when
> compiling I get the following error:
> tcc: undefined symbol 'strtoull'
>
> Looking at the headers it seems to appear there (maybe some macro should
> enable it, I'm not srue).
> Any help will be appreciated.
> Thanks,
> Gil

objdump -T /lib/libc.so.6 | grep strtoull
0002e880  w   DF .text  00000030  GLIBC_2.3   strtoull_l
0002d240 g    DF .text  0000004d  GLIBC_2.0   strtoull
0002e880  w   DF .text  00000030  GLIBC_2.1   __strtoull_l
0002d1f0 g    DF .text  0000004c  GLIBC_2.0   __strtoull_internal

This is an issue with your C library.

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.




reply via email to

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