Re: [Maria-developers] compile issue and the -lz flag

2009-05-19 Thread Michael Widenius
Hi! Kristian == Kristian Nielsen kniel...@knielsen-hq.org writes: cut Kristian So the fix I suggest is to simply add --with-zlib-dir=bundled in Kristian BUILD/compile-pentium64-max (I already committed this change for review). Kristian Or even better, avoid using -all-static, which really

Re: [Maria-developers] compile issue and the -lz flag

2009-05-05 Thread Kristian Nielsen
Don Kehn dek...@gmail.com writes: display.c:(.text+0x282): undefined reference to `tputs' This sounds like you are missing curses development libraries. On my machine (Ubuntu Hardy), I think they are in the package libncurses5-dev. Hopefully this will get you one step further. (Btw, on

Re: [Maria-developers] compile issue and the -lz flag

2009-05-05 Thread Don Kehn
This is how I got it to work and there maybe an issue here: using the BUILD/compile-pentium64-max, changed the changed the extra_configs=$pentium_configs $max_configs $static_link to extra_configs=$pentium_configs $max_configs (notice the static_link is removed). It is trying to link with

Re: [Maria-developers] compile issue and the -lz flag

2009-05-04 Thread Kristian Nielsen
Don Kehn dek...@gmail.com writes: when compiling on x64 systems (i.e. CentOS Fedora core 10) and using the BUILD/compile-pentium64-max, I'm getting the -lz error /usr/bin/ld: cannot find -lz and when I simplify the ./comfigure line to a --without-zlib it Hm, could not reproduce this locally.