10 Nov
2010
10 Nov
'10
1:51 a.m.
I have attached a collection of patches that allows libdispatch to build on Linux and Solaris. Many thanks to Joakim Johansson for providing the Solaris patches and testing everything. The commands I used to build on Linux are: CC="clang" LD="llvm-ld-2.8" CFLAGS="-I/usr/local" \ LDFLAGS="-L/usr/local" LIBS="-lbsd" ./configure && make The commands Joakim used to build on Solaris are: ./configure CFLAGS="-m64 -I/usr/local/include" \ LDFLAGS="-L/usr/local/lib” gmake Please review these and consider them for inclusion in the trunk. Regards, - Mark