swarm-support
[Top][All Lists]
Advanced

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

RE: Help with installation, please -- results of make CC="gcc -v"


From: Paul Johnson
Subject: RE: Help with installation, please -- results of make CC="gcc -v"
Date: Thu, 13 Nov 1997 13:41:36 -0600 ()

OK, first, set  SYSDEPLIBS = -ldl
 
Second, notice the grammar of the lines. You omit the -I and -L:
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 

(that's from  my makefile.)  I think you should not put
/usr/swarm/include/objc in your otherincdirs list. That one is hardcoded
into the binary code itself as $HOME/(something here). 

As I mentioned, I am not promising that Slackware3.3 has all the right
stuff, but you should try to make these fixes and then see what happens.
The binary install will compile even if you get lots of settings wrong, so
its a bit hard to troubleshoot.

I don't think its necessarily obvious that things ought to be this way,
but many are in the new FAQ.
pj


>   Here is the only changes I made to my Makefile.conf from the Swarm
> directory:
> 
> SETUP=NONE
> 
> ### for SETUP=NONE
> SYS=linux
> OTHERINCDIRS=/usr/X11R6/include/X11 /usr/include /usr/swarm/include/objc
> OTHERLIBDIRS=/usr/lib /usr/X11R6/lib /var/X11R6/lib /usr/swarm/include/objc
> SYSDEPLIBS=
> 
> LDCONFIG=bin
> 
>   I put in the link to where the objc.h and Object.h files were so I could
> put the path into the Makefile.conf as shown.  Perhaps the links are
> pointing to the wrong place, (one level too high or low?).  The
> documentation on links is not clear.
> 
>   Thanks,
>   Bret
> 
>                   =================
>    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.
>                   =================
> 

Paul E. Johnson                 address@hidden  
Associate Professor             http://lark.cc.ukans.edu/~pauljohn
Dept. of Political Science      Fax:   (913) 864-5700
University of Kansas            Phone: (913) 864-9086
Lawrence, Kansas 66045


                  ==================================
   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]