LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-07-2002, 02:15 AM   #1
annehoog
Member
 
Registered: Jan 2002
Location: Nederland
Distribution: RH 8 Psyche and Debian Woody
Posts: 373

Rep: Reputation: 32
installing fluxbox


Hi,

I'm trying to install Fluxbox, but so far I haven't gotten very far.
the tarball goes as far as configure to say that C can't create the binaries (any ideas?) and with the rpm I got from rpmfind.net I have leaped in to a dependency problem bc I can't figure out where to get libstdc++.so.2.10 from.

Please help me I would really like to have fluxbox installed.

Anne
 
Old 08-07-2002, 03:21 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well that'll be effectively the same problem on both formats. you need gcc and glibc installed in order to be able to compile programs. install them from your installation cd's or go to rpmfind.net and get them there.
 
Old 08-07-2002, 04:13 AM   #3
annehoog
Member
 
Registered: Jan 2002
Location: Nederland
Distribution: RH 8 Psyche and Debian Woody
Posts: 373

Original Poster
Rep: Reputation: 32
I could have sworn that I have both of them installed, but I will check.
I do have to libstdc++.so btw, but a diferent version 2.9 (which came with gcc 2.9.6 which RH 7.3 ships?), I've been trying to get the 2.10 version, but I can't find out where to get it.

Anne
 
Old 08-07-2002, 11:32 AM   #4
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Rep: Reputation: 30
I am using RH7.3 I dont have any problem install fluxbox. By the way maybe you can do a updates using Redhat Network and get much of the things updated.
 
Old 08-08-2002, 01:44 AM   #5
annehoog
Member
 
Registered: Jan 2002
Location: Nederland
Distribution: RH 8 Psyche and Debian Woody
Posts: 373

Original Poster
Rep: Reputation: 32
That's the strange thing about it, I have been updating using up2date, and -I must have not been quit awake yesterday- I have compiled things before so I have gcc.

I will try figuring out what's wrong this evening. Maybe I messed up some things during one of my "hey-let's-try-some-things-out-nights".

Anne
 
Old 08-08-2002, 02:27 PM   #6
annehoog
Member
 
Registered: Jan 2002
Location: Nederland
Distribution: RH 8 Psyche and Debian Woody
Posts: 373

Original Poster
Rep: Reputation: 32
Well, here's the output I get
[anne@localhost fluxbox-0.1.10]$ ./configure --enable-gnome
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables

I do have gcc and glibc installed.
Also the rpm failes claiming it needs glibstdc++.so.2.10, but I have the 2.9 version and have no idea where to get the 2.10 version, I can't find it anywhere.


Anne
 
Old 08-08-2002, 03:14 PM   #7
annehoog
Member
 
Registered: Jan 2002
Location: Nederland
Distribution: RH 8 Psyche and Debian Woody
Posts: 373

Original Poster
Rep: Reputation: 32
update:

I got the first things that were missing working, they are now found.
So that leaves me with the problem of why my gcc isn't working.

Anne
 
Old 08-04-2004, 01:33 AM   #8
xp1o1d5
LQ Newbie
 
Registered: Jul 2004
Posts: 23

Rep: Reputation: 15
I need help installing fluxbox i had fluxbox installed before and i couldn't work it cause ima noob! so i installed gnome and know i think i know enough to install fluxbox back!

First i downloaded fluxbox from http://fluxbox.sourceforge.net/ and i downloaded the fluxbox-1.14.tar.gz I extracted it and i need the online install how-to's and i did the ./configure and i get 2 errors one error is:

3 root@linux:[/home/sa7ura73d/Downloaded/fluxbox-0.1.14]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/sa7ura73d/Downloaded/fluxbox-0.1.14/missing: Unknown `--run' option
Try `/home/sa7ura73d/Downloaded/fluxbox-0.1.14/missing --help' for more information
configure: WARNING: `missing' script is too old or missing


the other is


checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

and ive read about the c++ error and it said something bout gcc and i looked and i have the newest version!

After i do ./configure i try and do make and i get this:

4 root@linux:[/home/sa7ura73d/Downloaded/fluxbox-0.1.14]# make
make: *** No targets specified and no makefile found. Stop.

And the mauals i read talked about either haveing a console login or graphical and i have a console and i looked for the .xintrc file and its in /home/ i dont know if thats the right spot but in that file it says fluxbox!




Sry for the long post but if i could get some help i would appreciate it!
 
Old 08-04-2004, 11:41 AM   #9
Mike Blick
Member
 
Registered: May 2002
Location: Los Angeles
Distribution: Mandrake 10, LFS 4.1
Posts: 179

Rep: Reputation: 30
In response to xp1o1d5's question, if you have a configuration error, then the makefile will not be made. Also, when compiling a program you should be useing your regular user account and not root. You only need to go into root when doing 'make install'. What distro are you useing? If you're useing a rpm based distro you might consider just getting the fluxbox rpm and installing it that way.
 
Old 08-04-2004, 12:41 PM   #10
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Are you running ./configure from an NTFS or FAT32 filesystem? If so, that would explain why gcc can't create an executable.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing FLUXBOX? carlosinfl Debian 6 10-13-2005 03:26 PM
installing theme: Fluxbox kuffal General 27 07-13-2004 09:51 PM
installing fluxbox 0.9.8 BaPu Linux - Newbie 3 04-08-2004 04:18 AM
installing fluxbox JROCK1980 Linux - Software 2 03-15-2004 09:15 PM
installing slack 8.1 and fluxbox N_A_J_M Slackware 2 02-04-2003 03:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration