[uClibc]uCLinux-2.0.38/uCLibc 0.9.12 Toolchain

Erik Andersen andersen at codepoet.org
Thu Jul 25 20:55:58 UTC 2002


On Thu Jul 25, 2002 at 03:41:52PM -0500, Jay J. Williams wrote:
> Hi Erik,
> 
> I changed the kernel headers to use the 2.0.38:)  Everything seemed to
> be working fine until I received this following error message:
> 
> ptsname.c -o ptsname.o
> ptsname.c:85:3: #error "UNIX98PTY_ONLY enabled but TIOCGPTN ioctl not 
> supported by your kernel."

--- Makefile.orig	Thu Jul 25 14:54:24 2002
+++ Makefile	Thu Jul 25 14:55:17 2002
@@ -336,6 +336,7 @@
 	perl -i -p -e 's,^CROSS.*,CROSS=,g' $(UCLIBC_DIR)/Config~
 	perl -i -p -e 's,^SYSTEM_DEVEL_PREFIX.*,SYSTEM_DEVEL_PREFIX=$(STAGING_DIR),g' \
 		$(UCLIBC_DIR)/Config~
+	perl -i -p -e 's,^UNIX98PTY_ONLY.*,UNIX98PTY_ONLY=false,g' $(UCLIBC_DIR)/Config~
 	$(UCLIBC_DIR)/extra/Configs/uClibc_config_fix.pl \
 		--arch=$(ARCH) \
 		$(CROSSARG) --c99_math=$(HAS_MMU) \
 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list