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
'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