PERSONAL MESSAGE PLEASE

2001-07-11 Thread queenderlen medlen kaselikah
Dear Sir, It is with hope that I write this mail. I pray that I am justified in my decision considering that we have not known ourselves previously. My late husband who was a top officer in the Government of late Laurent Kabila of the Democratic Republic of Congo, stashed away some amount of

Re: AC_PROG_INSTALL and cross-compilation

2001-07-11 Thread David Burg
Hello, I finally wrote a macro that add host_cpu to the path after /usr/local in the case the user does not provide a specific prefix. The result sounds more reasonnable, and the the appropriate -Llibpath directive, it avoid inclusion by the cross-compiler of build machine libraries (which is wro

AC_CHECK_HEADER newbie problem

2001-07-11 Thread Genty Jean-Paul
Hi I assume I installed myfile.h in $HOME/local/include/mylib I want to AC_CHECK_HEADER this file. In configure.in I do: CXXCPPFLAGS="$CXXCPPFLAGS -I$HOME/local/include" CPPFLAGS="$CPPFLAGS -I$HOME/local/include" AC_CHECK_HEADER(mylib/myfile.h, myfile=yes, myfile=no) AC_CHEC

Re: custom configure options

2001-07-11 Thread Tim Van Holder
> configure --omfdirs=/opt/share/omf:/usr/share/omf > > I couldn't figure out from the docs how to do it. The AC_ARG_ENABLE > macro looked the closest, but I don't think it is the right one. Or do I > have to write a macro for this? Indeed, ARG_ENABLE is not the right one for this type of option