At first I’d like to say that I’m completely new in Linux so i got only veeeeery little knowledge about the terminal…
My problem now is, like the title says it, the ./configure command…
I don’t know how to do this…
I went to Google and searched for ages about how install .tar.gz files, but alway I have to compile with the make command but that doesen’t work without the ./configure…
I read something about the Build Essentials… but i don’t know how to find or to install them…
can someone playse help me?
please if you have to know something ask me
I’m using OpenSuSe 11.2
P.S. If I’m doing something wrong… please correct me
At the moment I’m trying to compile PlayOnLinux… but i got the same problem with other packages…
I’ve already unpacked it and now got all the files…
In every explanation it says that I have to “cd” to the directory and run ./configure…
Yes, are you right, but better install PlayOnLinux from the openSUSE
repositories intead of compile it yourself, try to become friend of the
command zypper
VampirD
Microsoft Windows is like air conditioning
Stops working when you open a window.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
On 04/27/2010 03:56 PM, harbrink wrote:
>
> Bob_Mosh;2158124 Wrote:
>>
>>
>> But i still want to know… why ./configure doesent work…
> After you unpacked the archive … did you cd to the directory? …
> Just asked, sometimes these things happen
Exactly what message do you get when you enter ./configure?
Hi
Short of looking at the source, is there a readme file. As an aside, I
see there is a version on packman so I strongly recommend using
that version.
–
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 13 days 1:45, 4 users, load average: 0.72, 0.34, 0.32
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15
Are you sure you are in the right directory? The prompt always tells you where you are at. There should be a readme file that tells you the procedure to install for that package.
On 04/28/2010 08:56 AM, Bob Mosh wrote:
>
> Yes I did cd to the directory after unpacking…
>
> no there is no file called configure… but it wasn’t in any of the
> packages i downloaded already… hmm…
>
> i get this error message:
>>
>> bash: ./configure: no such file or directory
>
> (i think its the right translation… i got this message in german)
>
> but if there is a file needed like that… why isn’t it there?!..
If the package needs to use configure, it will be there unless the
installation process has been totally borked. I seldom build from
scratch as either the openSUSE or Packman repositories have most of what
I need. If configure is not there, check for Makefile (Note case - it is
important.). If it is present, you should only need to enter ‘make’.
can you uncompress the file, cd to the directory and post the output of ls?
VampirD
Microsoft Windows is like air conditioning
Stops working when you open a window.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
Remember:
1- uncompress (tar xvfz wget-1.12.tar.gz)
2- change directory (cd wget-1.12)
3- run config (./configure)
if all ok
4- run make (make)
else
search for the problem
VampirD
Microsoft Windows is like air conditioning
Stops working when you open a window.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/