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
Den 2011-06-28 13:47 skrev 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 M
Den 2011-06-28 16:00 skrev Peter Rosin:
> Den 2011-06-28 13:47 skrev 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