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

20000929: Gempak compile problem



>From: Mark Tucker <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200009291948.e8TJm4b06161

>On Fri, 29 Sep 2000, Unidata Support wrote:
>
>> >From: Mark Tucker <address@hidden>
>> >Organization: UCAR/Unidata
>> >Keywords: 200009291529.e8TFTQb26568
>> 
>> This is the very last step in the build, linking Garp. The complaint is
>> that /usr/local/gempak/garp/gui/linux/gui.a doesn't exist, which probably
>> means that further up in the build, there was an error in the 
>> /usr/local/gempak/garp/gui directory build. I would need to know what happen
> ed
>> there.
>> 
>> This isn't one of our tested platforms, so I can't say that I have any idea
>> where the problem occured.
> 
>I found that I was missing a library that was needed to create
>gui.a.   With that resolved, I managed to get further along but the make
>process exited with the following error:
>
>make[2]: Leaving directory `/usr/local/gempak/garp/gempak/linux'
>/usr/bin/ld: cannot find -lXt
>collect2: ld returned 1 exit status
>make[1]: *** [linux/garp] Error 1
>make[1]: Leaving directory `/usr/local/gempak/garp'
>make: *** [all] Error 2
> 
>Any help you could provide on this would be appreciated.
>
>Thanks.
>
>Mark Tucker
>Information Technology
>Lyndon State College
>address@hidden
>http://apollo.lsc.vsc.edu
>


Mark,
-lXt  is an X library, generally found in the same directory as libX11.a.
On many systems this is under /usr/lib/, but on LInux, it may be under
/usr/X11R6/lib. 

The Makeinc.$(NA_OS) file uses the XWLIBDIR and XWLIBS settings to
define search paths with -Lpath for the X libraries.

If your system does not have The Xt library, you will need it. It is part
of the standard X11 system.

Steve Chiswell