Subject: pkg/5843: libguile doesn't build on alpha
To: None <gnats-bugs@gnats.netbsd.org>
From: Tim Rightnour <root@polaris.garbled.net>
List: netbsd-bugs
Date: 07/25/1998 05:24:08
>Number: 5843
>Category: pkg
>Synopsis: libguile doesn't build on alpha
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jul 25 05:05:00 1998
>Last-Modified:
>Originator: Tim Rightnour
>Organization:
Tim Rightnour - root@garbled.net
http://www.zynetwc.com/~garbled/garbled.html
>Release: 1.3<NetBSD-current source date>
>Environment:
System: NetBSD polaris 1.3 NetBSD 1.3 (POLARIS) #0: Thu Mar 26 13:17:18 MST 1998 root@polaris:/usr/src/sys/arch/i386/compile/POLARIS i386
>Description:
Libguile fails to build.. Deceptive at first.. but it turns out it was
looking for -Dunix.. Simple patch..
>How-To-Repeat:
cd lang/guile && make that funky music
>Fix:
No big deal.. cpp will clobber this on machines that define unix. (sigh)
--- libguile/Makefile.in.orig Sat Jul 25 04:36:53 1998
+++ libguile/Makefile.in Sat Jul 25 04:40:30 1998
@@ -165,3 +165,3 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I.
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@ -Dunix
LDFLAGS = @LDFLAGS@
>Audit-Trail:
>Unformatted: