Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 21:56:57 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        naddy@mips.inka.de (Christian Weisgerber), freebsd-alpha@FreeBSD.ORG
Subject:   Re: ccc vs. libtool
Message-ID:  <15034.47993.790551.406568@grasshopper.cs.duke.edu>
In-Reply-To: <15031.52686.93569.682683@grasshopper.cs.duke.edu>
References:  <998i08$voq$1@kemoauc.mips.inka.de> <15031.52686.93569.682683@grasshopper.cs.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

Andrew Gallatin writes:
 > 
 > It would be quite cool if  you could get imake (and, hence, XFree86)
 > building.

FWIW, to get imake working you need this patch:

--- imakemdep.h.orig	Wed Nov 29 11:33:50 2000
+++ imakemdep.h	Thu Mar 22 21:50:59 2001
@@ -367,6 +367,9 @@
 # ifdef __GNUC__
 	"-traditional",
 # endif
+# ifdef __DECC
+	"-traditional",
+# endif
 #endif
 #ifdef M4330
 	"-DM4330",	/* Tektronix */



X is starting to build, but its time for the Duke/UCLA game, so no
more time to work on this tonight....

Drew

------------------------------------------------------------------------------
Andrew Gallatin, Sr Systems Programmer	http://www.cs.duke.edu/~gallatin
Duke University				Email: gallatin@cs.duke.edu
Department of Computer Science		Phone: (919) 660-6590

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15034.47993.790551.406568>