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

Static library "-lfoo" not appearing in libconvenience.la's dependency_libs when --enable-shared

2011-06-30 Thread Rhys Ulerich
'Evening all, I am using libtool 2.4 revision 1.3293 with automake to build a convenience library called libchannel.la like so noinst_LTLIBRARIES= libchannel.la libchannel_la_SOURCES = channel.cpp channel.hpp # etcetera libchannel_la_LIBADD = $(ESIO_LIBS) $(LOG4CXX_LIBS) ../suzer