From owner-freebsd-current Thu Apr 6 23:16:21 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA24135 for current-outgoing; Thu, 6 Apr 1995 23:16:21 -0700 Received: from pelican.com (pelican.com [134.24.4.62]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA24129 for ; Thu, 6 Apr 1995 23:16:17 -0700 Received: by pelican.com (Smail3.1.28.1 #5) id m0rx7Kx-000K0iC; Thu, 6 Apr 95 23:16 WET DST Message-Id: From: pete@pelican.com (Pete Carah) Subject: more ctype woes To: current@FreeBSD.org Date: Thu, 6 Apr 1995 23:16:06 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 462 Sender: current-owner@FreeBSD.org Precedence: bulk In reference to my problem with ctype - defining _USE_CTYPE_CLIBRARY_ fixed the compile problems and gave rise to: gcc -o geod geod.o geod_setup.o geod_forwd.o geod_invrs.o emess.o libproj.a -lm geod.o: Undefined symbol `___isctype' referenced from text segment gmake: *** [geod] Error 1 i.e. the relevant entry (there is a reference in libc.so to isctype.so but not ___isctype) isn't in the C library... I don't know who belongs to the rune code ... -- Pete