
5 Jan
2007
5 Jan
'07
4:37 p.m.
Neal Becker wrote:
ICU_LDFLAGS= -L$(ICU_PATH)/lib
This is wrong. On x86_64, the path is .../lib64.
Can we maybe find a better way to do this?
Hmmm, build with bjam? The makefiles are provided as a "for instance" and bjam is now the "official" way to build. But in any case if ICU is installed maybe specifying the lib path is superfluous anyway? Can we rely on everything being in the usual search paths on Unix systems? Thanks, John.