search for: __strtod_internal

Displaying 4 results from an estimated 4 matches for "__strtod_internal".

2006 Jul 22
1
build speex-1.0.5 problem (undefined reference to `__strtol_internal')
...atible /usr/lib/libc.a when searching for -lc speexenc.o(.text+0x15b4): In function `main': speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1ac0):speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1ad8):speexenc.c: undefined reference to `__strtod_internal' speexenc.o(.text+0x1afc):speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1b20):speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1b44):speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1bf4):speexenc.c: undef...
2006 Jul 25
0
RE: build speex-1.0.5 problem (undefined reference to `__strtol_internal')
...1.0.5. In build encounter problem: speexenc.o(.text+0x15b4): In function `main': speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1ac0):speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1ad8):speexenc.c: undefined reference to `__strtod_internal' speexenc.o(.text+0x1afc):speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1b20):speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1b44):speexenc.c: undefined reference to `__strtol_internal' speexenc.o(.text+0x1bf4):speexenc.c: u...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...nt __base) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) ; __extension__ extern unsigned long long int strtoull (__const char *__restrict __nptr, char **__restrict __endptr, int __base) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) ; extern double __strtod_internal (__const char *__restrict __nptr, char **__restrict __endptr, int __group) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) ; extern float __strtof_internal (__const char *__restrict __nptr, char **__restrict __endptr, int __group) __attribute__ ((__nothrow__)) __a...