Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!network.ucsd.edu!usc!howland.reston.ans.net!darwin.sura.net!news.dfn.de!mailgzrz.TU-Berlin.DE!cs.tu-berlin.de!nuggets From: nuggets@cs.tu-berlin.de (Lars Hentschke) Newsgroups: comp.os.386bsd.questions Subject: Re: Problem compiling Xdtm Date: 28 Jun 1993 09:48:43 GMT Organization: Technical University of Berlin, Germany Lines: 35 Message-ID: <20mepr$5t5@news.cs.tu-berlin.de> References: <1993May31.073006.27623@nodecg.ncc.telecomwa.oz.au> NNTP-Posting-Host: beauvoir.cs.tu-berlin.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Terry Dwyer 4915161 (tdwyer@nodecg.ncc.telecomwa.oz.au) wrote: : I ftp'ed xdtm-2.5.tar.Z (X DeskTop manager) from export : After a bit of hacking, (and squillions of warning messages), I managed to : get to the point where I am linking xdtm. However, the following is the : error message I get: : rm -f xdtm : gcc -Wall -Wshadow -Wconversion -Wmissing-prototypes -Wnested-externs -o xdtm : appman.o buttons.o dialogs.o display.o dirman.o doubleclick.o fileman.o : listoption.o map.o main.o menus.o mystrstr.o newfile.o parse.o parser.o : lexical.o quit.o scroll_hack.o LocIcon.o -g -m486 -dynamic -LXedw -Lregexp : -lregexp -lXedw -lXaw -lXmu -lXt -lXext -lX11 : ld: No such file or directory for libXaw.a : *** Error code 1 : I have: /usr/src/XFree86/X386/lib/libXaw.a : and: /usr/src/XFree86/X386/include/X11/Xaw : It will also use: #define XPM NO /* xpm 3.1+ color pixmap support */ : Has this been ported to 386bsd? If so, is there an ftp site i can get it from? : I made everything as per the README instructions. I am not experienced : with C, and if anyone could offer any suggestions as to the cause of the : problem, I would be most grateful. : Thank you for taking the time to read this. Add "-L/usr/src/XFree86/X386/lib" in your Makefile and gcc will find libXaw.a xpm ... hmmmmm i don't know anything about it. "Bis denne ..." (bye ...) Lars.