swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing Swarm-1.0.5


From: Paul E. Johnson
Subject: Re: Installing Swarm-1.0.5
Date: Mon, 26 Jan 1998 14:18:51 -0600 (CST)

I know Marcus D looked at this, and he has much more expertise than
I do.  However, I wanted to add that your include directories look
a bit strange.  On a Redhat 4.2 system, with blt and tcl objc installed in
the /usr/local/ directories, this Makefile.conf is known to work:

SETUP=NONE 
    SYS=linux
    LDCONFIG=archive
    OTHERINCDIRS= -I/usr/X11R6/include/X11 -I/usr/include
-I/usr/local/include 
    OTHERLIBDIRS= -L/usr/X11R6/lib -L/usr/local/lib -L/usr/lib 
    SYSDEPLIBS= -ldl //This is VITAL for required dynamic linking in
                  Linux!

If the sample apps run for you, Great, but if you keep having trouble,
why not try this.

Paul E. Johnson                           address@hidden
Dept. of Political Science                Office: (913) 864-9086
University of Kansas                      FAX: (913) 864-5700
Lawrence, Kansas 66045                    Home: (913) 842-9916                  

On Mon, 26 Jan 1998, Marcus Vinicius Pereira Pessoa wrote:

> Hi all,
> 
> I'm trying to update from Swarm-1.0.3 to Swarm-1.0.5 (source only) under 
> Redhat 4.0 (I already updated to tclobjc1.2). I edited the Makefile.conf as 
> below:
> 
> ifeq ($(SWARMSETUP),)
> # Select your setup here, set SETUP in the environment, or provide
> # a value on the command line.
> SETUP=NONE
> else
> SETUP=$(SWARMSETUP)
> endif
> 
> ### for SETUP=NONE
> SYS=linux
> OTHERINCDIRS=-I/usr/X11R6/include/X11 
> -I/usr/lib/gcc-lib/i386-linux/2.7.2.1/include/objc -I/usr/include
> OTHERLIBDIRS=-L/usr/X11R6/lib -L/usr/lib/gcc-lib/i386-linux/2.7.2.1 -I/usr/lib
> SYSDEPLIBS=-ldl
> 
> LDCONFIG=archive
> 
> 
> The make command makes all the libs from /src without errors or warnings but 
> it doesn't create the swarm.x. I should be forgetting something, but I don't 
> know what! Could anybody give me some help?
> 
> Thanks,
> 
> Vinicius.
> 
> 
> 
> 
>                   =================
>    Swarm-Support is for discussion of the technical details of the day
>    to day usage of Swarm.  For list administration needs (esp.
>    [un]subscribing), please send a message to <address@hidden>
>    with "help" in the body of the message.
>                   =================
> 


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]