Compile bugs on OS X 10.4.6
Brought to you by:
rossta
doc won't compile under OS X 10.4.6. ./configure doesn't complain, but
make says:
Making all in doc
make[2]: *** No rule to make target `global.ent', needed by `eolfix.1'.
Stop.
Worse, the eolfix application won't link under OS X, the linker can't find
stricmp():
/usr/bin/ld: Undefined symbols:
_stricmp
However, by adding "-Dstricmp=strcasecmp -Dstrnicmp=strncasecmp" to
CCFLAGS this problem went away (see http://rt.cpan.org/Public/Bug/
Display.html?id=12172).
I told the makefile to ignore doc and added the above CCFLAGS and now
eolfix appears to be working great. Thanks! eolfix is exactly what I
needed right now.