Date: Tue, 24 Dec 1996 09:49:15 -0600 (CST) From: "Paul T. Root" <proot@horton.iaces.com> To: harpo@javanet.com (John Szumowski) Cc: questions@freebsd.org Subject: Re: lesstif compile Message-ID: <199612241549.JAA16929@horton.iaces.com> In-Reply-To: <32BFE754.503@javanet.com> from John Szumowski at "Dec 24, 96 09:23:16 am"
next in thread | previous in thread | raw e-mail | index | archive | help
In a previous message, John Szumowski said: > is there some secret to getting lesstif .75a to compile? i am running > bsd 2.1.5. throughout the compile, i get "rcsid defined but not used" > messages, and the process inevitably fails with "ld: -lXm no match, > error code 1". i have tried compiling without gnu make. do i have to > update some system software? > any help would be appreciated. Well, rcsid is normal. It's the RCS source code control string. As for no match for -lXm. libXm.a (so. whatever) is the motif library which should come with lesstif. So I'm guessing you had a problem in the lib directory of your compile. Or you have to do an install of the library before finishing the compile. Or your not including the source path in the link. (like -L../lib) > (btw...are there any motif packages for freebsd under 100 bucks? 150 @ > xinside is pretty steep) > -- > =-------------------------------------------------------------------= > ((___)) John Szumowski - harpo@javanet.com ((___)) > [ x x ] =---------------------------------------------------= [ x x ] > \ / The Internet, of course, is more than just a place \ / > (' ') to find pictures of people having sex with dogs. (' ') > (U) --Time Magazine, 3 July 1995 (U) > =-------------------------------------------------------------------= > > -- The gene pool needs a little chlorine - Gerry Gilmore
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612241549.JAA16929>