LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   compiler cannot create exectables (https://www.linuxquestions.org/questions/linux-software-2/compiler-cannot-create-exectables-112113/)

chronosource 11-03-2003 11:53 PM

compiler cannot create exectables
 
this is wot ive done so far

mkdir /opendchub
tar xzvf opendchub(ver#).tar.gz /opendchub
cd open.......
./configure

this is where the problems start

is says "error:compiler cannot create exectables"

plz help

Scruff 11-04-2003 12:51 AM

Do you have the development packages installed? What distro are you using?

adz 11-04-2003 01:37 AM

There will be something before that too. Could you post the previous 6-7 lines, please?

chronosource 11-04-2003 01:47 AM

dont worry i got that sorted reinstalled and chooses gcc

using debian

once ive done ./configure wot would i do after that?

Scruff 11-04-2003 01:53 AM

Most likely 'make' then 'make install'

Do #cat README or cat INSTALL
Usually, there are text documents to that effect that will describe the install procedure.

chronosource 11-04-2003 02:32 AM

thanks from your help

open dc++ hub is now working

for every 1 that doesnt have a clue (like me) this is how to do it

opendchub-0.7.12.tar.gz needs to be on a floppy (you wont see the gz in windows)

cd /
mkdir opendchub
mount floppy
cd floppy
mv opendchub-0.7.12.tar.gz /opendchub
cd /opendchub
tar xzvf opendchub-0.7.12.tar.gz
cd /opendchub/opendchub-0.7.12
./configure --disable-perl --prefix-/opendchub
make
make install
cd /opendchub/bin
opendchub

if any1 has used open dc++ hub plz let me know wot to do thx


All times are GMT -5. The time now is 09:42 AM.