search for: have_argz_h

Displaying 3 results from an estimated 3 matches for "have_argz_h".

2007 Nov 28
5
[LLVMdev] LLVM on MinGW
...: * CFLAGS=-mno-cygwin CXXFLAGS=-mno-cygwin ./configure ... --build=i686-pc-mingw32 --disable-threads --disable-ltdl-install * Put CFLAGS=-mno-cygwin and CXXFLAGS=-mno-cygwin in Makefile.config (I could not get the configure script to do it on its own). * In include/llvm/Config/config.h, disable HAVE_ARGZ_H and HAVE_LIBDL. * Change the Makefile that calls tblgen.exe to pass relative filenames to this tool (being compiled as a Win32 application, it cannot deal with Cygwin absolute filename like /home/...). Still, I get errors. Since I guess I'm not the first one trying to use the Cygwin's Min...
2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
...e tried to add them on configure's command line and in the environment as above. Is this a bug?) (The configure script could produce the SYSPATH above when asked to compile for MinGW on Cygwin, and just "SYSPATH = $(1)" otherwise.) * Set variables in include/llvm/Config/config.h: HAVE_ARGZ_H = 0 HAVE_LIBDL = 0 (The configure script find Cygwin libraries which should not be used here. When asked to compile for MinGW on Cygwin, it should not try to find those libraries.) * Arrange so that Windows path are passed to the tblgen tool, using the SYSPATH function defined above (might be...
2001 Jun 04
2
creating /etc/tinc directories in make install
Hi, I am curious why don't you guys create /etc/tinc directory, set permissions, add /etc/rc.d scripts etc. from the Makefile(s) in the source distribution ? Doing a make install and not finding an example config in /etc/tinc is kind of frustrating. Am I missing something? Maybe there is a good reason for that? Also, why is it not finding evp.h when I try to do configure? Is creating