| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | October 21 2004 9:13pm |
| Subject: | Re: Query returns substrings and zero-ints | ||
| View as plain text | |||
Tobias Bergmann wrote: > > and finally I found the CXXFLAG -m32 but I cant compile this way: > /usr/bin/ld: skipping incompatible > /usr/lib/gcc-lib/x86_64-redhat-linux/3.3.3/../../../../lib64/libz.so Plainly the -m32 flag only affects compilation, not linking. Somewhere you'll have to add a similar flag for linking. LDFLAGS?? Anyway, building a 32-bit executable is just avoiding the problem. Getting 64-bit support for 64-bit platforms is what is needed.
| Thread | ||
|---|---|---|
| • Query returns substrings and zero-ints | mysql++ | 10 Oct |
| • Re: Query returns substrings and zero-ints | Chris Frey | 10 Oct |
| • Re: Query returns substrings and zero-ints | Tobias Bergmann | 11 Oct |
| • Re: Query returns substrings and zero-ints | Chris Frey | 11 Oct |
| • Re: Query returns substrings and zero-ints | Warren Young | 11 Oct |
| • Re: Query returns substrings and zero-ints | Tobias Bergmann | 21 Oct |
| • Re: Query returns substrings and zero-ints | Warren Young | 21 Oct |
