Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

blackbox 0.6.0 configure error

Status
Not open for further replies.

markov

Programmer
May 10, 2001
5
GB
here's the problem, i atempted to install the most recent version of blackbox (0.6.0, i think) a couple of days ago. When i tried to configure it it got to were is asks my machine if it has X and my machine said no, bizarre??, because i definatly have.

heres what the cofig log had to say

onfigure:579: checking for a BSD compatible install
configure:632: checking whether build environment is sane
configure:689: checking whether make sets ${MAKE}
configure:728: checking for working aclocal
configure:741: checking for working autoconf
configure:754: checking for working automake
configure:767: checking for working autoheader
configure:780: checking for working makeinfo
configure:800: checking for gcc
configure:913: checking whether the C compiler (gcc ) works
configure:929: gcc -o conftest conftest.c 1>&5
configure:955: checking whether the C compiler (gcc ) is a cross-compiler
configure:960: checking whether we are using GNU C
configure:969: gcc -E conftest.c
configure:988: checking whether gcc accepts -g
configure:1024: checking for c++
configure:1056: checking whether the C++ compiler (c++ ) works
configure:1072: c++ -o conftest conftest.C 1>&5
configure:1098: checking whether the C++ compiler (c++ ) is a cross-compiler
configure:1103: checking whether we are using GNU C++
configure:1112: c++ -E conftest.C
configure:1131: checking whether c++ accepts -g
configure:1174: checking for a BSD compatible install
configure:1232: checking for sed
configure:1266: checking how to run the C preprocessor
configure:1287: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1346: checking for ANSI C header files
configure:1359: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1426: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1453: checking for ctype.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for dirent.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for fcntl.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for libgen.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for locale.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for nl_types.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for process.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1459: process.h: No such file or directory
configure: failed program was:
#line 1458 "configure"
#include "confdefs.h"
#include <process.h>
configure:1453: checking for signal.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for stdarg.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for stdio.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for time.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for unistd.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for sys/param.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for sys/select.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for sys/signal.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for sys/stat.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for sys/time.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for sys/types.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1453: checking for sys/wait.h
configure:1463: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1490: checking whether time.h and sys/time.h may both be included
configure:1504: gcc -c -g -O2 conftest.c 1>&5
configure:1528: checking for basename
configure:1556: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for getpid
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for setlocale
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for sigaction
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for strftime
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for strcasestr
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for snprintf
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for vsnprintf
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for catopen
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for catgets
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1623: checking for catclose
configure:1651: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1676: checking for t_open in -lnsl
configure:1695: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
/tmp/cculXH2U.o: In function `main':
/home/mark/.blackbox/blackbox-0.61.1/configure:1691: undefined reference to `t_open'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1684 &quot;configure&quot;
#include &quot;confdefs.h&quot;
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char t_open();

int main() {
t_open()
; return 0; }
configure:1716: checking for socket in -lsocket
configure:1735: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 1724 &quot;configure&quot;
#include &quot;confdefs.h&quot;
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket();

int main() {
socket()
; return 0; }
configure:1761: checking for X
configure:1828: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1824: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 1823 &quot;configure&quot;
#include &quot;confdefs.h&quot;
#include <X11/Intrinsic.h>
configure:1904: gcc -o conftest -g -O2 conftest.c -lXt 1>&5
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure: failed program was:
#line 1897 &quot;configure&quot;
#include &quot;confdefs.h&quot;

int main() {
XtMalloc()
; return 0; }
 
Hm I am also getting the exact same problem using FreeBSD 4.4 and fresh install of X 4.1.0. Im sure X is installed and working properly with default window manager. If you have resolved issue Markov please let me know. Would greatly appreciate it :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top