lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev DJGPP build (problem with configure)


From: Leonid Pauzner
Subject: Re: lynx-dev DJGPP build (problem with configure)
Date: Sun, 15 Dec 2002 13:06:59 +0300 (MSK)

14-Dec-2002 19:01 Doug Kaufman wrote:
> On Sat, 14 Dec 2002, Leonid Pauzner wrote:

>> No, I have no uname here. In which package should it be precisely?

> It is in the shell utilities package, "shl2011b.zip", available at any

Well, with shell utilities I went further but still fails:

<<<script>>>
    #!/bin/sh
    CFLAGS="-O2 -I../djgpp/pdcur24 -I../djgpp/watt32/inc" \
    LIBS="-L../djgpp/pdcur24/lib -L../djgpp/watt32/lib" \
    ./configure \
    --with-screen=pdcurses \
    --enable-prettysrc \
    --enable-source-cache \
    --with-zlib

<<<stderr output, last lines>>>
checking for X11/Xaw/SimpleMenu.h in /usr/local... no
configure: warning: Unable to successfully find Athena header files with test 
program
...
cheking for -lXaw_s -lXmu_s in /usr/local... no
configure: error: Unable to successfully link Athena library (-lXaw) with test 
program


<<<confdefs.h, first and last lines>>>

#define SYSTEM_NAME "msdosdjgpp"
#define UNIX 1
#define STDC_HEADERS 1
...
#define X_DISPLAY_MISSING 1


<<<config.log, last lines>>>
...
int main() {
XawSimpleMenuAddGlobalActions()
; return 0; }
configure:16809: checking for -lXaw -lXpm -lXmu in /usr/local
configure:16823: gcc -o conftest -O2 -I../djgpp/pdcur24 -I../djgpp/watt32/inc   
-DDOSPATH -DNOUSERS -DWATT32   conftest.c -L/usr/local/lib -lXaw -lXpm -lXmu 
-lz -L../djgpp/pdcur24/lib -L../djgpp/watt32/lib -lwatt  1>&5
c:/tools/djgpp/bin/ld.exe: cannot find -lXaw
collect2: ld returned 1 exit status
configure: failed program was:
#line 16816 "configure"
#include "confdefs.h"

int main() {
XawSimpleMenuAddGlobalActions()
; return 0; }
configure:16809: checking for -lXaw_s -lXmu_s in /usr/local
configure:16823: gcc -o conftest -O2 -I../djgpp/pdcur24 -I../djgpp/watt32/inc   
-DDOSPATH -DNOUSERS -DWATT32   conftest.c -L/usr/local/lib -lXaw_s -lXmu_s -lz 
-L../djgpp/pdcur24/lib -L../djgpp/watt32/lib -lwatt  1>&5
c:/tools/djgpp/bin/ld.exe: cannot find -lXaw_s
collect2: ld returned 1 exit status
configure: failed program was:
#line 16816 "configure"
#include "confdefs.h"

int main() {
XawSimpleMenuAddGlobalActions()
; return 0; }



; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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