|
Home > Archive > alt.os.linux > July 2002 > installing BlackBox
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
installing BlackBox
|
|
|
| Hi ,
I have a problem while installing blackbox 0.62.1 . I unzip the
directory in my /usr/local and from it I do ./configure but I get the
following error message at the end :
"
checking for t_open in -lnsl....no
checking for socket in -lnsocket...no
checking for X...no
configure: error: Blackbox requires the X WIndow System librairies and
headers.
"
Do I have to specify anything special on my env file?
Do I need to install any particular librairies that I haven't installed
with my SUSe8.0 distribution?
Thx,
K.
| |
| Faux_Pseudo 2002-07-31, 6:25 am |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- --<-(Keats leyos tos loyos emiv apo alt.os.linux)->--
> checking for X...no
> configure: error: Blackbox requires the X WIndow System librairies and
> headers.
> with my SUSe8.0 distribution?
First thing I would do is see if someone else has already made a SuSe
rpm for black box. If you can't find a "blackbox rpm suse" match on
google or one of the suse package sites then I would make sure you do
a "./configure --help" and see if there is a option to tell configure
where the X libs its looking for are.
==)-> Xataleipw, Faux_Pseudo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9R8wzkjt2bc9NoGsRAicjAJ
4spcpk9juPiY29eDAAL3DPnqQW+ACf
W0Vc
/2A+dvaHRRMTpaC7jBHmYLE=
=YVtx
-----END PGP SIGNATURE-----
--
.-')) _ UIN= 66618055 _ (('-. | It's a damn poor mind that
' ..- .:" ) ( ":. -.. ' | can only think of one way to
((,,_;'.;' ';. ';_,,)) | spell a word.
((_.;'*Faux_Pseudo*':._)) | - Andrew Jackson
| |
| Mark Constant 2002-07-31, 9:25 am |
| Keats <rpuigdel@ulb.ac.be> wrote in message news:<3D482C46.107@ulb.ac.be>...
> Hi ,
>
>
> I have a problem while installing blackbox 0.62.1 . I unzip the
> directory in my /usr/local and from it I do ./configure but I get the
> following error message at the end :
> "
> checking for t_open in -lnsl....no
> checking for socket in -lnsocket...no
> checking for X...no
> configure: error: Blackbox requires the X WIndow System librairies and
> headers.
>
> "
>
> Do I have to specify anything special on my env file?
> Do I need to install any particular librairies that I haven't installed
> with my SUSe8.0 distribution?
>
> Thx,
>
>
>
> K.
have you tried something like
../configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include
|
|
|
|
|