different linker parameters from similar Makefiles when building MSVC DLLs in cygwin (with erlang wrappers)

2011-06-28 Thread Dave Cottlehuber
Hi libtoolers, I am building 2 Win32 DLLs to be loaded into the erlang runtime VM as NIFs, based on snappy (mixed C & C++) and ejson/yajl (in C), all part of porting latest CouchDB trunk to Windows - config is at [8]. They use a similar Makefile.am [2],[3] and share configure.ac [1], but during c

Re: different linker parameters from similar Makefiles when building MSVC DLLs in cygwin (with erlang wrappers)

2011-06-30 Thread Dave Cottlehuber
On 30 June 2011 01:51, Peter Rosin wrote: >>> What is cc.sh? Some kind of wrapper I suppose? >> yup, provided with Erlang/OTP as part of their build chain under >> windows & other platforms. > > Is cc.sh available for anyone to have a peek at it? https://github.com/erlang/otp/tree/dev/erts/etc/wi