bug-gnulib
[Top][All Lists]
Advanced

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

question: gnulib modules that only exist in coreutils?


From: Assaf Gordon
Subject: question: gnulib modules that only exist in coreutils?
Date: Sun, 07 Apr 2013 17:12:50 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

Hello,

I'm trying to use "gnulib" in my project.
I would like to use some modules that seem to exist in the 'coreutils' version 
of 'gnulib', but not otherwise.

specifically: strnumcmp and randread (but later perhaps others).

In coreutils, the files do exist:
===
$ cd coreutils
$ find -name "*randread*"
./gl/lib/randread.c
./gl/lib/randread.h
./gl/modules/randread
./gl/modules/randread-tests
./lib/randread.c
./lib/randread.o
./lib/.deps/randread.Po
./lib/randread.h
===

But gnulib-tool doesn't recognize these files (compared to other modules, which 
it does:
===
$ ./gnulib/gnulib-tool --find lib/xstrtold.c
xstrtold
$ ./gnulib/gnulib-tool --find lib/randread.c
gnulib-tool: warning: file lib/randread.c does not exist
===

And so I can't add them with "--add-import" in my projects.

Any advice is appreciated.
 -gordon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]