Error: am__fastdepCC does not appear in AM_CONDITIONAL

2004-10-01 Thread Yasunari Tosa
I'm getting the following error on Fedora Core 2 (it used to work but no longer). /usr/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL I see many posting on the google with the same error message.Can you describe the actual reason why?The most of the g

Re: installing a dir

2004-10-01 Thread Alexandre Duret-Lutz
>>> "Alien" == Alien <[EMAIL PROTECTED]> writes: Alien> I have a data directory (that comes from a tar.bz2 datapackage, it's not in Alien> CVS) and i want to install it and let it be in dist too Right now you cannot do this with _DATA. This is PR/383. There are at least two workarounds: 1

Re: Error: am__fastdepCC does not appear in AM_CONDITIONAL

2004-10-01 Thread Alexandre Duret-Lutz
>>> "Yasunari" == Yasunari Tosa <[EMAIL PROTECTED]> writes: Yasunari> I'm getting the following error on Fedora Core 2 (it used to work but Yasunari> no longer). What is "it"? What changed? Yasunari> /usr/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear Yasunari> in AM_CONDIT

libtool and libraries

2004-10-01 Thread v p
Hi, I am a newbie and trying to use the auto tools to build my project. I am using libtool(with autoconf/automake) to build static as well as shared libraries. When I do 'make' the libraries are created under 'src' directory in directory '.libs'. I want the make file( generated using automake) to c

Re: libtool and libraries

2004-10-01 Thread Bob Friesenhahn
On Fri, 1 Oct 2004, v p wrote: Hi, I am a newbie and trying to use the auto tools to build my project. I am using libtool(with autoconf/automake) to build static as well as shared libraries. When I do 'make' the libraries are created under 'src' directory in directory '.libs'. I want the make file(