RE: [newbie] Linuxconf not working

2000-11-23 Thread Dennis M Pettersson

I tried the same thing with the parameter --guiproto
and got the error
Version 3 Invalid GUI protocol version
If the linuxconf in 7.2 too old?

/Dennis

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Brian P. Trotter
 Sent: Thursday, November 23, 2000 1:39 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] Linuxconf not working


 OK,
   Linuxconf was selected, but linuxconf-web was not. I selected
 linuxconf-web to start, rebooted, and it still does not want to run.

 I tried to go to a command prompt and run linuxconf, and it does work from
 the terminal. Just not from the GUI.

 Any more suggestions?

 Brian
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Alan Shoemaker
 Sent: Thursday, November 23, 2000 2:51 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] Linuxconf not working

 Brian P. Trotter wrote:
  I am running Mandrake 7.2. From KDE, I keep trying to
  launch Linuxconf from the Drakconf window, but when I click
  on it, I hear the hard drives spin up, the icon goes gray
  for a second, but comes back, and nothing happens. I have
  uninstalled the linuxconf-1.21r5-5mdk RPM and reinstalled
  it, but it still does nothing.
 
  Can anyone recommend some more courses of action to fix
  this problem?
 
  Thank you,
  Brian

 Briancheck in Startup Services and see if Linuxconf is
 selected.
 --
 Alan









RE: [newbie] g++ compiler error

2000-11-23 Thread Dennis M Pettersson

Try
./a.out
or
sh a.out

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Wilbert Ho
 Sent: Wednesday, November 22, 2000 10:47 PM
 To: [EMAIL PROTECTED]
 Subject: [newbie] g++ compiler error


 Hello. I wrote an elementary C++ program with vi and called it temp.cpp
 After compiling with g++ temp.cpp I'm presented with the executable a.out
 (which is as it should be). My problem is, when I try running
 a.out all I'm
 getting is

 bash: Command not found

 Any ideas?