Re: module libposix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Sat, Sep 18, 2010 at 10:57 AM, Bruce Korb <bkorb@xxxxxxx> wrote:
> Hi Bruno,
>
> On Wed, Sep 15, 2010 at 11:18 AM, Bruno Haible <bruno@xxxxxxxxx> wrote:
>> Have you tried to follow the approach of
>>  <http://www.gnu.org/software/gnulib/manual/html_node/POSIX-Substitutes-Library.html>?
>
> I have now.
>
>> I haven't, but I would like to hear about success or problems that
>> you encounter.

Ignoring the previous issues, I've now gotten to the point where I need to run
"autoreconf" in the generated project's directory:

>mlp> autoreconf
configure.ac:16: required file `./compile' not found
configure.ac:16:   `automake --add-missing' can install `compile'
configure.ac:9: required file `./config.guess' not found
configure.ac:9:   `automake --add-missing' can install `config.guess'
configure.ac:851: required file `./config.rpath' not found
configure.ac:9: required file `./config.sub' not found
configure.ac:9:   `automake --add-missing' can install `config.sub'
configure.ac:3: required file `./install-sh' not found
configure.ac:3:   `automake --add-missing' can install `install-sh'
configure.ac:3: required file `./missing' not found
configure.ac:3:   `automake --add-missing' can install `missing'
libposix/Makefile.am:112: libposix_la_SOURCES must be set with `='
before using `+='
libposix/Makefile.am: required file `./depcomp' not found
libposix/Makefile.am:   `automake --add-missing' can install `depcomp'

Since the automake invocation is rolled into autoreconf, it would seem
to me that
these error messages are wrong.  They need to be citing the program that I am
running, viz. "autoreconf" and they should be telling me what I can do
within the
context of autoreconf not the buried command that is having an issue.

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf



[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux