Hi there, - The dreal Makefile assumes Motif include and lib dirs to be the same as the X11 dirs: *** ./tools/dreal/archi/sparc/obj/Makefile.ORIG Sat Mar 4 17:29:17 1995 --- ./tools/dreal/archi/sparc/obj/Makefile Thu Sep 4 20:21:54 1997 *************** *** 27,33 **** # | | # \------------------------------------------------------------*/ ! LOCAL_INCLUDE = -I$(X11_INCLUDE) -I$(ALLIANCE_INCLUDE) # /*------------------------------------------------------------\ # | | --- 27,33 ---- # | | # \------------------------------------------------------------*/ ! LOCAL_INCLUDE = -I$(X11_INCLUDE) -I$(ALLIANCE_INCLUDE) -I$(MOTIF_INCLUDE) # /*------------------------------------------------------------\ # | | *************** *** 35,41 **** # | | # \------------------------------------------------------------*/ ! LOCAL_X11_LIB = -L$(X11_LIB) -lXm -lXt -lX11 LOCAL_MBK_LIB = -L$(ALLIANCE_LIB) \ $(MPU_L) \ $(MAP_L) \ --- 35,41 ---- # | | # \------------------------------------------------------------*/ ! LOCAL_X11_LIB = -L$(X11_LIB) -L$(MOTIF_LIB) -lXm -lXt -lX11 LOCAL_MBK_LIB = -L$(ALLIANCE_LIB) \ $(MPU_L) \ $(MAP_L) \ - in tools/fitpath/archi/sparc/obj/FpGen/FpGenMGN.h you use things like extern void DP_IMPORT _FPROTO(( ... )); which is illegal in ansi-C: you need at least one named ident, so my loyal gcc tells me - Finally, I get the following error: d_interp_fonc.c: In function `RempFonc': d_interp_fonc.c:229: `_iob' undeclared (first use this function) d_interp_fonc.c:229: (Each undeclared identifier is reported only once d_interp_fonc.c:229: for each function it appears in.) *** Error code 1 make: Fatal error: Command failed for target `d_interp_fonc.o' Current working directory /local/robg/VHDL/alliance/tools/genview/archi/sparc/obj *** Error code 1 make: Fatal error: Command failed for target `genview' -- # internet: robg@win.tue.nl | Department of Math. and Comp. Sci. # # EUT: HG 7.16 | Eindhoven University of Technology # # voice: +31-(0)40-2474389/4124 | P.O. Box 513 # # fax: +31-(0)40-2463992 | 5600 MB Eindhoven, The Netherlands #