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.

--
Dan
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev

Reply via email to