--- Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 7/31/06, Ken Moffat <[EMAIL PROTECTED]> > wrote: > > Hi Alexander, Go, > [snip] > > -bash_cv_dev_fd=absent > > +bash_cv_dev_fd=standard > [snip] > > +#define HAVE_DEV_FD 1 > > +#define DEV_FD_PREFIX "/dev/fd/" > [snip] > > -/* #undef HAVE_DEV_FD */ > > +#define HAVE_DEV_FD 1 > > > > /* Defined to /dev/fd or /proc/self/fd (linux). > */ > > -/* #undef DEV_FD_PREFIX */ > > +#define DEV_FD_PREFIX "/dev/fd/" > > Looks like the /dev/fd issue is the culprit. Nice > job, fellas. Now, > can anyone look at the configure macro to see how > this issue is > decided? There might be an easy workaround. I don't > have the source > handy.
I'll look at it this evening, as I don't have my machine now. I saw that Ken has already done the compare between the configure files, thanks to him. I'll tell you as soon as I've looked at the configure, unless someone else do it before. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
