LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-22-2003, 01:12 PM   #1
farshad1366
LQ Newbie
 
Registered: Nov 2003
Posts: 13

Rep: Reputation: 0
Smile installing software on linux redhat 8


hi
i have worked on linux for about six mnth.
i just install software in rpm format.
when i download a program like flashKard-0.1.tar.gz i do like this
fisrt untar it
then as it say i do this :./configure
it's ok .
but when i do this :make
a message like this will be show:leaving directory ....
what can i do?please help me.
and i know a little about c++.
thank you.
 
Old 11-22-2003, 02:24 PM   #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
you have provided no useful information in your post, please include actual error messages and such like.
 
Old 11-25-2003, 04:23 AM   #3
farshad1366
LQ Newbie
 
Registered: Nov 2003
Posts: 13

Original Poster
Rep: Reputation: 0
Post Error message installing software

[root@localhost pitacard-0.4]# make
Making all in src
make[1]: Entering directory `/root/pitacard-0.4/src'
make all-am
make[2]: Entering directory `/root/pitacard-0.4/src'
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pitacard\" -DVERSION=\"0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -I/usr/lib/qt3-gcc3.2/include -g -O2 -MT AboutDlg.o -MD -MP -MF ".deps/AboutDlg.Tpo" \
-c -o AboutDlg.o `test -f 'AboutDlg.cpp' || echo './'`AboutDlg.cpp; \
then mv -f ".deps/AboutDlg.Tpo" ".deps/AboutDlg.Po"; \
else rm -f ".deps/AboutDlg.Tpo"; exit 1; \
fi
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pitacard\" -DVERSION=\"0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -I/usr/lib/qt3-gcc3.2/include -g -O2 -MT card.o -MD -MP -MF ".deps/card.Tpo" \
-c -o card.o `test -f 'card.cpp' || echo './'`card.cpp; \
then mv -f ".deps/card.Tpo" ".deps/card.Po"; \
else rm -f ".deps/card.Tpo"; exit 1; \
fi
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pitacard\" -DVERSION=\"0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -I/usr/lib/qt3-gcc3.2/include -g -O2 -MT DeckEditorUI.o -MD -MP -MF ".deps/DeckEditorUI.Tpo" \
-c -o DeckEditorUI.o `test -f 'DeckEditorUI.cpp' || echo './'`DeckEditorUI.cpp; \
then mv -f ".deps/DeckEditorUI.Tpo" ".deps/DeckEditorUI.Po"; \
else rm -f ".deps/DeckEditorUI.Tpo"; exit 1; \
fi
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pitacard\" -DVERSION=\"0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -I/usr/lib/qt3-gcc3.2/include -g -O2 -MT DeckListView.o -MD -MP -MF ".deps/DeckListView.Tpo" \
-c -o DeckListView.o `test -f 'DeckListView.cpp' || echo './'`DeckListView.cpp; \
then mv -f ".deps/DeckListView.Tpo" ".deps/DeckListView.Po"; \
else rm -f ".deps/DeckListView.Tpo"; exit 1; \
fi
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pitacard\" -DVERSION=\"0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -I/usr/lib/qt3-gcc3.2/include -g -O2 -MT deckreader.o -MD -MP -MF ".deps/deckreader.Tpo" \
-c -o deckreader.o `test -f 'deckreader.cpp' || echo './'`deckreader.cpp; \
then mv -f ".deps/deckreader.Tpo" ".deps/deckreader.Po"; \
else rm -f ".deps/deckreader.Tpo"; exit 1; \
fi
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pitacard\" -DVERSION=\"0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -I/usr/lib/qt3-gcc3.2/include -g -O2 -MT deckwriter.o -MD -MP -MF ".deps/deckwriter.Tpo" \
-c -o deckwriter.o `test -f 'deckwriter.cpp' || echo './'`deckwriter.cpp; \
then mv -f ".deps/deckwriter.Tpo" ".deps/deckwriter.Po"; \
else rm -f ".deps/deckwriter.Tpo"; exit 1; \
fi
here is the error message
 
  


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 software in Linux akiko_f Linux - Newbie 4 06-19-2005 03:20 PM
Windows Software on Linux RedHat Alien18 Linux - Software 5 11-07-2004 06:51 PM
Installing software from another Linux CD:s jaakkop Slackware 6 09-26-2004 11:27 AM
software raid on redhat linux 9 sheriffpm Linux - General 1 12-24-2003 02:34 PM
basic redhat software installing question brewhaha Linux - Software 1 07-03-2002 12:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:48 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