On Sunday, October 17, 2010 09:37:27 am Idwer Vollering wrote:
Update support for FreeBSD.
Signed-off-by: Idwer Vollering vidwer@gmail.com
A few questions: * Would it be better set LIBS to -lz and make LDFLAGS default to $(LIBS) on all platforms? * I thought that FreeBSD used GCC? - If so, why remove -ansi and -pedantic on FreeBSD? - In either case, would it be better to replace -ansi with something like - std=c90 on all platforms and leave -pedantic? Would that be enough to work?
Thanks, wt