Open GoogleCodeExporter opened 9 years ago
Thank you for filing a bug. Great feedback! The Makefile is hard-coded for Mac
OSX right now. I will see if I can quickly make it work for Linux as well.
Original comment by bengtric...@gmail.com
on 22 Dec 2011 at 1:42
[deleted comment]
thanks. it did compile fine on osx for us too, but we didn't figure out the gcc
param probs with a quick look to resolve this linux issue. on windows we didn't
make it that far yet, can use mac first now.
Original comment by toni.alatalo
on 22 Dec 2011 at 4:42
On Linux, you just need different CFLAGS and DYLIB:
CFLAGS=-Wall -g -DAWD_VERSION_BUILD=$(BUILDVERSION) -fPIC
DYLIB=libawd.so
and a slightly different command line for making the library:
$(CXX) --shared $(LDFLAGS) -o $(BUILDDIR)/$(DYLIB) $(OBJ)
To use any built-in zlib you might have, just omit lib/zlib/*.c from the C_SRC
Original comment by andrew.a...@irok2.com
on 13 Mar 2012 at 8:42
Original issue reported on code.google.com by
therauli@gmail.com
on 22 Dec 2011 at 1:40