Comment 4 for bug 253310

Revision history for this message
Monty Taylor (mordred) wrote : Re: [Bug 253310] Re: Compiling with --enable-assembler fails

LenZ wrote:
> Today I updated to revision 276 from
> http://bazaar.launchpad.net/~mordred/drizzle/bug253310/ and the compile
> proceeds a bit further. Thanks! However, I now run into another compile
> error:

Awesome! We're getting closer at least..

> make[2]: Entering directory `/space/my/bzr/drizzle-bug253310/extra'
> /bin/sh ../libtool --preserve-dup-deps --tag=CC --mode=link gcc -std=gnu99 -ggdb3 -g -O2 -DUNIV_LINUX -W -Wall -Wextra -pedantic -Wundef-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-strict-aliasing -Werror -o my_print_defaults my_print_defaults.o ../mysys/libmysys.la ../mystrings/libmystringslt.la -lrt -lcrypt -lnsl -lm -lpthread
> gcc -std=gnu99 -ggdb3 -g -O2 -DUNIV_LINUX -W -Wall -Wextra -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-strict-aliasing -Werror -o my_print_defaults my_print_defaults.o ../mysys/.libs/libmysys.a ../mystrings/.libs/libmystringslt.a -lrt -lcrypt -lnsl -lm -lpthread
> ../mystrings/.libs/libmystringslt.a(llstr.o): In function `ullstr':
> /home/lenz/my/bzr/drizzle-bug253310/mystrings/llstr.c:37: undefined reference to `int64_t10_to_str'
> ../mystrings/.libs/libmystringslt.a(llstr.o): In function `llstr':
> /home/lenz/my/bzr/drizzle-bug253310/mystrings/llstr.c:31: undefined reference to `int64_t10_to_str'
> collect2: ld returned 1 exit status
> make[2]: *** [my_print_defaults] Error 1
>