Xref: utzoo comp.windows.x:25474 gnu.g++:1029 Path: utzoo!attcan!uunet!mailrus!accuvax.nwu.edu!anaxagoras!ils.nwu.edu!cearl From: cearl@ils.nwu.edu (Charles Earl) Newsgroups: comp.windows.x,gnu.g++ Subject: Xt under g++ Message-ID: <1307@anaxagoras.ils.nwu.edu> Date: 8 Aug 90 15:20:27 GMT Sender: news@anaxagoras.ils.nwu.edu Reply-To: cearl@ils.nwu.edu (Charles Earl) Organization: The Institute for the Learning Sciences Lines: 20 I am experiencing some initial difficulty compiling and linking g++ source which makes use of X Intrinsics and Widget set. Compiler complains about the following declaration in Intrinsics.h typedef char *String The linker also seems not to be able to locate Xlib functions (e.g. XFillRectangle ). I link with X11,Xaw,Xt,Xw,Xmu, and g++. I suppose either (a) I failed to add some important include file/or library (this code simply puts up a button however, and seems to compile fine under gcc), or (b) there is some incompatability with g++ and Xt and I should wait for Interviews or some such toolkit. Refs appreciated. Charles Earl ILS (708)467-1004