logo       

Re: getpt.c, paths.h and autoconf.g: msg#00209

lib.uclibc.general

Subject: Re: getpt.c, paths.h and autoconf.g

Erik Andersen wrote:
On Mon Mar 31, 2003 at 02:06:06PM +1000, John Williams wrote:

uClibc's paths.h does not include anything at all...
$ grep -c include uClibc/include/paths.h 0
The uClibc library is compiled using its own set of header files,
but I think you must be trying to compile uClibc using the system
header files...

This is wierd - if I do the same I get '1'. Here's the top of my uClibc/include/paths.h (after a big copyright header)...


#ifndef _PATHS_H_
#define _PATHS_H_

#include <config/autoconf.h>

/* Default search path. */
#define _PATH_DEFPATH "/usr/bin:/bin"
/* All standard utilities path. */
#define _PATH_STDPATH \
"/usr/bin:/bin:/usr/sbin:/sbin"

#define _PATH_BSHELL "/bin/sh"
#define _PATH_CONSOLE "/dev/console"
#define _PATH_CSHELL "/bin/csh"
#define _PATH_DEVDB "/var/run/dev.db"

and so on.

This has come straight from the uClinux 20020927 tarball.

Seems like I should at least get a fresh, CVS copy of uClibc.


John


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise