On Thu, 2007-06-21 at 20:24 +0200, Ralf Wildenhues wrote:
> * Behdad Esfahbod wrote on Thu, Jun 21, 2007 at 01:42:18AM CEST:
> > On Tue, 2007-06-19 at 09:18 +0200, Ralf Wildenhues wrote:
> > >
> > > All fair. Except I simply don't see a use case for this yet, nor do I
> > > see what `something' s
Please find attached test case "bootstrap.sh".
How to write Makefile.am so that created makefiles to contain
dependencies for conditional sources ?
Roumen
#! /bin/sh
cat > configure.ac < Makefile.am < main.c
aclocal
automake --foreign --add-missing --copy
#autoconf
#./configure
grep AMDEP.
When libtool create a shared library (dll) for mingw host the name of
dll is created in format ${libname}${versuffix}.dll , where ${versuffix}
is in format -N ("-$major").
The application in this project (xmlsec1.exe) try to open this library
with methods from libltdl
but search for name ${li
I'm having a trouble compiling esound.I downloaded Esound and trying to build
it on Visual C++ 6.I installed Cygwin to get some of header files but, still
missing multiple header files such as sys/audio.h, alsa/asoundlib.h,
CoreAudio/CoreAudio.h, i386/gstabs.h, etc.It seems pretty difficult