On Sun, 3 Oct 1999, Dave Wreski wrote:

> Hi all.  Has anyone gotten fwtk to compile on RH 6 i386?  There are

Your e-mail intrigued me, so I downloaded the latest source and gave 
"make" a try.  Without copying Makefile.config.linux, or anything else.  
It couldn't find the Athena widgets library, so I changed the X library 
location.  Then it couldn't find some other X libs, so I changed the 
library list for X to the ones set up for Linux.  It all compiled, and 
I just ran http-gw as a test.  Everything seems functional.

> several include files that don't exist, or arguments are different. I've
> had to comment-out the do_daemon() definition, update the location of
> ndbm.h, and now also face the following:

Try using the generic Makefile instead of the Linux one.  Unless I've got 
significantly more development stuff installed, you should be fine.

I had to change the following in Makefile.config:

 XLIBDIR=/usr/X11R6/lib
 XLIBS =  -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11 -lc

Then make;make install worked like a champ.

Linux seems to be getting a lot less Linux-specific these days, I've found 
that I've had to change a moderate ammount of stuff back to generic Unix 
recently.  This is a _very_ good thing.

Paul
-----------------------------------------------------------------------------
Paul D. Robertson      "My statements in this message are personal opinions
[EMAIL PROTECTED]      which may have no basis whatsoever in fact."
                                                                     PSB#9280

-
[To unsubscribe, send mail to [EMAIL PROTECTED] with
"unsubscribe firewalls" in the body of the message.]

Reply via email to