LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-06-2004, 12:01 PM   #1
Fenster
Member
 
Registered: Jul 2004
Location: Ireland
Distribution: Fedora Core 2
Posts: 70

Rep: Reputation: Disabled
A few questions from my blunderings.


Well I've been screwing around with Suse 9.1 some more and some questions have inevitably come up.

Firstly, the ever-popular matter of compiling and installing programs.

I'm trying to install a program-well any program really.

When I try ./config to begin the steps for installations, it informs me that I don't have any C compiler installed:

Code:
configure:1402: checking MACHDEP
configure:1511: result: linux2
configure:1517: checking EXTRAPLATDIR
configure:1532: result: 
configure:1545: checking for --without-gcc
configure:1594: result: no
configure:1600: checking for --with-cxx=<compiler>
configure:1621: result: no
configure:1640: checking for c++
configure:1669: result: no
configure:1640: checking for g++
configure:1669: result: no
configure:1640: checking for gcc
configure:1669: result: no
configure:1640: checking for CC
configure:1669: result: no
configure:1640: checking for cxx
configure:1669: result: no
configure:1640: checking for cc++
configure:1669: result: no
configure:1640: checking for cl
configure:1669: result: no
configure:1906: checking for gcc
configure:1935: result: no
configure:1986: checking for cc
configure:2015: result: no
configure:2028: checking for cc
configure:2074: result: no
configure:2127: checking for cl
configure:2156: result: no
configure:2170: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Secondly, the install command tells me I haven't set any proper arguments. Would anyone like to tell me what they are and how I work with them? Basically in short I'm trying to install and configure Wine as there's a lone program from windows that I'd like to run in Suse (Anarchy Online Relay Chat for the interested). I got Wine to run-once-by copying its config file from another folder. Ever afterwards it informs me that it cannot locate the config file.

Secondly, I recently swapped out my optical drives for replacment and its causing me issues when trying to burn discs.

/dev/hdh seems to be mounted multiple times as everytime I copy a disc I need to use the umount command on it several times. Although Yase only lists the two optical drives that should be there, three drives are listed in drives:/

Thank you all for suffering my eternally newb self.
 
Old 08-06-2004, 12:09 PM   #2
Fenster
Member
 
Registered: Jul 2004
Location: Ireland
Distribution: Fedora Core 2
Posts: 70

Original Poster
Rep: Reputation: Disabled
Also, when I'm trying to access Wine from command line it asks if I have X running and my display configured:

Code:
mark@linux:~> su root
Password:
linux:/home/<name> # winecfg
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

x11drv: Can't open display: :0.0
Please ensure that your X server is running and that $DISPLAY is set correctly.
linux:/home/<name> # wine progman
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

x11drv: Can't open display: :0.0
Please ensure that your X server is running and that $DISPLAY is set correctly.
 
Old 08-06-2004, 12:14 PM   #3
RAVIN'
LQ Newbie
 
Registered: Aug 2004
Location: Wherever I'm at.
Distribution: Debian Sarg
Posts: 10

Rep: Reputation: 0
Have you tried 'make config' ? the usual process is:

make config
make
make install

or:

make
make install

the make thing is what activates the compiler(i think)

the compiler should be built in, what distro do you use (if you say SuSe 9.0 form a magazine cover, then find another disro, it just sucks)

the compilers are gcc and g++, you should be able to find em everywhere.
I think anyway, (please dont flame I'm a rellative neophite.)
 
Old 08-06-2004, 12:40 PM   #4
Fenster
Member
 
Registered: Jul 2004
Location: Ireland
Distribution: Fedora Core 2
Posts: 70

Original Poster
Rep: Reputation: Disabled
lol, I'm using 9.1 from the Suse website. Anyways, you might be right about the crap distro:

bash: make: command not found
 
Old 08-06-2004, 01:34 PM   #5
jdexter
LQ Newbie
 
Registered: Aug 2004
Distribution: SuSE 9.1 Pro
Posts: 26

Rep: Reputation: 15
No development tools come with SuSE 9.1 Personal (sounds like the one you have). You can either install these tools on your own, which generally seems to be pretty difficult judging by the number of threads i've seen on the topic, or you can get SuSE 9.1 Professional by either ordering it or doing an FTP install.
 
Old 08-06-2004, 01:45 PM   #6
Fenster
Member
 
Registered: Jul 2004
Location: Ireland
Distribution: Fedora Core 2
Posts: 70

Original Poster
Rep: Reputation: Disabled
Quote:
Originally posted by jdexter
No development tools come with SuSE 9.1 Personal (sounds like the one you have). You can either install these tools on your own, which generally seems to be pretty difficult judging by the number of threads i've seen on the topic, or you can get SuSE 9.1 Professional by either ordering it or doing an FTP install.
Agreed. From everything I've read and experienced as a newbie, network and installation problems are the biggest clinches with Suse 9.1.

Perhaps I'll try Redhat next. Its a step up, but thanks to the generousity of a friend I have a quite good guide for it.
 
Old 08-06-2004, 02:01 PM   #7
RAVIN'
LQ Newbie
 
Registered: Aug 2004
Location: Wherever I'm at.
Distribution: Debian Sarg
Posts: 10

Rep: Reputation: 0
no not redhat!!!! Anything but that, its second only to windows as worst corperately built product!!! Welcome to dependancy hell

Dude, if you want a nice Distro with a pretty gui and a good core go with mepis. it's based on debain, but has some nice auto config stuff built in. you can set up apt-get easily this way, and never have to worry about searching to download programs again.
 
Old 08-06-2004, 02:17 PM   #8
Fenster
Member
 
Registered: Jul 2004
Location: Ireland
Distribution: Fedora Core 2
Posts: 70

Original Poster
Rep: Reputation: Disabled
I'm not one to dig up the old Linux v Windows argument, least of all on this board, but I will point out that for all its lack of security, I can play games on Windows, its easy to configure, pretty much all hardware is compatible with it and it does what I want, when I want it without having to utter arcane commands.

Anyways, I'll start reading up on Mepis.
 
Old 08-06-2004, 08:56 PM   #9
valencequark
Member
 
Registered: Aug 2004
Location: greater dc metro area
Distribution: various, mostly fedora
Posts: 79

Rep: Reputation: 16
Quote:
Originally posted by Fenster
I'm not one to dig up the old Linux v Windows argument, least of all on this board, but I will point out that for all its lack of security, I can play games on Windows, its easy to configure, pretty much all hardware is compatible with it and it does what I want, when I want it without having to utter arcane commands.

Anyways, I'll start reading up on Mepis.
i hate windoze, but i will say that it does what the average computer user wants it to...when it works. the problem is, the "insert cd and click thorugh menus and install software like magic" makes it very difficult for the average user to diagnose problems when it isn't working (which is only about 75% of the time with xp).

anyway, i agree that redhat is too commercialized. i *do* feel, however, that it is a good place to start for a linux newbie. its use is widespread, which means google searching for solutions to problems tends to be useful. also, since it is so widely used there is a high probability that someone you know uses some variant of redhat (or FC) and can help you out in person when you are in a real jam.

after you get comfy with redhat, you can move along to other distros.

--vq
 
  


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
basic questions on hostname and domain name + related postfix questions Moebius Linux - Newbie 7 09-04-2007 11:50 AM
Solaris - Questions! Questions! Questions! qs_tahmeed Solaris / OpenSolaris 2 07-16-2005 05:27 AM
window manager questions and/or theme questions t3gah Linux - Software 2 02-27-2005 04:16 PM
Two Questions... AquamaN Programming 1 10-28-2003 02:43 PM
A few questions RefriedBean Linux - Software 0 06-24-2002 09:42 AM

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

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