Anybody try executing 'make cloneconfig' in 10.2 GM? Here is the sorry result: dhcppc0:/usr/src/linux # make cloneconfig /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 11: gcc: command not found /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 12: gcc: command not found HOSTCC scripts/basic/fixdep /bin/sh: gcc: command not found make[1]: *** [scripts/basic/fixdep] Error 127 make: *** [scripts_basic] Error 2 And I need this to work in order to be able to compile the nvidia driver. Cheers (but not really cheerful) -- In a period of great joy and pleasure you are comforted by the thought that tragedy is just around the corner. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Basil Chupin skrev:
Anybody try executing 'make cloneconfig' in 10.2 GM?
Here is the sorry result:
dhcppc0:/usr/src/linux # make cloneconfig /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 11: gcc: command not found /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 12: gcc: command not found HOSTCC scripts/basic/fixdep /bin/sh: gcc: command not found make[1]: *** [scripts/basic/fixdep] Error 127 make: *** [scripts_basic] Error 2
And I need this to work in order to be able to compile the nvidia driver.
Cheers (but not really cheerful)
Hello! Install gcc first: rug install gcc --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Basil Chupin schrieb:
Anybody try executing 'make cloneconfig' in 10.2 GM?
10.2 GM is not factory, factory is what will become 10.3 next summer, so this is something for the [opensuse] list. But:
Here is the sorry result:
dhcppc0:/usr/src/linux # make cloneconfig /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 11: gcc: command not found /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 12: gcc: command not found HOSTCC scripts/basic/fixdep /bin/sh: gcc: command not found make[1]: *** [scripts/basic/fixdep] Error 127 make: *** [scripts_basic] Error 2
There result isn't sorry, it simply means that you don't have a compiler installed. The command /sbin/yast2 --install gcc will install a compiler for you. There's also a lot of documentation collected in various wikis, with the most important and most often repeated information being that you need kernel-source AND make AND gcc in order to build an external module. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Andreas Hanke wrote:
Basil Chupin schrieb:
Anybody try executing 'make cloneconfig' in 10.2 GM?
10.2 GM is not factory, factory is what will become 10.3 next summer, so this is something for the [opensuse] list. But:
Here is the sorry result:
dhcppc0:/usr/src/linux # make cloneconfig /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 11: gcc: command not found /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 12: gcc: command not found HOSTCC scripts/basic/fixdep /bin/sh: gcc: command not found make[1]: *** [scripts/basic/fixdep] Error 127 make: *** [scripts_basic] Error 2
There result isn't sorry, it simply means that you don't have a compiler installed.
The command
/sbin/yast2 --install gcc
will install a compiler for you.
There's also a lot of documentation collected in various wikis, with the most important and most often repeated information being that you need kernel-source AND make AND gcc in order to build an external module.
For 'years' I have been compiling the nVidia driver and therefore have always installed the kernel-source. But I do not recall ever having to install make or gcc. When did they stop being a default installation? Anyway, all is well now and I have the nVidia driver installed :-) . Thank you, and thanks to Simon and Dominique, for your quick resolution of my hiccup :-) . Cheers. -- In a period of great joy and pleasure you are comforted by the thought that tragedy is just around the corner. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tue, Dec 12, 2006 at 09:01:08PM +1100, Basil Chupin wrote:
Andreas Hanke wrote:
Basil Chupin schrieb:
Anybody try executing 'make cloneconfig' in 10.2 GM?
10.2 GM is not factory, factory is what will become 10.3 next summer, so this is something for the [opensuse] list. But:
Here is the sorry result:
dhcppc0:/usr/src/linux # make cloneconfig /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 11: gcc: command not found /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 12: gcc: command not found HOSTCC scripts/basic/fixdep /bin/sh: gcc: command not found make[1]: *** [scripts/basic/fixdep] Error 127 make: *** [scripts_basic] Error 2
There result isn't sorry, it simply means that you don't have a compiler installed.
The command
/sbin/yast2 --install gcc
will install a compiler for you.
There's also a lot of documentation collected in various wikis, with the most important and most often repeated information being that you need kernel-source AND make AND gcc in order to build an external module.
For 'years' I have been compiling the nVidia driver and therefore have always installed the kernel-source. But I do not recall ever having to install make or gcc. When did they stop being a default installation?
For 2 releases at least. Ciao, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Marcus Meissner wrote:
On Tue, Dec 12, 2006 at 09:01:08PM +1100, Basil Chupin wrote:
Andreas Hanke wrote:
Anybody try executing 'make cloneconfig' in 10.2 GM? 10.2 GM is not factory, factory is what will become 10.3 next summer, so
Basil Chupin schrieb: this is something for the [opensuse] list. But:
Here is the sorry result:
dhcppc0:/usr/src/linux # make cloneconfig /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 11: gcc: command not found /usr/src/linux-2.6.18.2-34/scripts/gcc-version.sh: line 12: gcc: command not found HOSTCC scripts/basic/fixdep /bin/sh: gcc: command not found make[1]: *** [scripts/basic/fixdep] Error 127 make: *** [scripts_basic] Error 2 There result isn't sorry, it simply means that you don't have a compiler installed.
The command
/sbin/yast2 --install gcc
will install a compiler for you.
There's also a lot of documentation collected in various wikis, with the most important and most often repeated information being that you need kernel-source AND make AND gcc in order to build an external module. For 'years' I have been compiling the nVidia driver and therefore have always installed the kernel-source. But I do not recall ever having to install make or gcc. When did they stop being a default installation?
For 2 releases at least.
Ciao, Marcus
How then....? Oh, I know. This is the first time I did not select the (whole) Linux Kernel Development 'pattern' when installing 10.2 and chose only the kernel-source. It's all these little unexpected surprises in Suse which always brighten my otherwise dreary day..... :-) . Cheers. -- In a period of great joy and pleasure you are comforted by the thought that tragedy is just around the corner. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Basil Chupin wrote:
For 'years' I have been compiling the nVidia driver and therefore have always installed the kernel-source. But I do not recall ever having to install make or gcc. When did they stop being a default installation?
For 2 releases at least.
Ciao, Marcus
How then....?
Oh, I know. This is the first time I did not select the (whole) Linux Kernel Development 'pattern' when installing 10.2 and chose only the kernel-source.
It's all these little unexpected surprises in Suse which always brighten my otherwise dreary day..... :-) .
First you always select kernel devel and get gcc with that. Then all of a sudden you do not select it and do not get gcc. I wouldn't call that a surprise that Suse treats you with, you have surprised yourself with that :) -- Vahis Motorcycling, Boating and openSUSE: http://waxborg.servepics.com "Why wait any longer for the world to begin? You can have your cake and eat it, too." Bob Dylan --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Vahis wrote:
Basil Chupin wrote:
For 'years' I have been compiling the nVidia driver and therefore have always installed the kernel-source. But I do not recall ever having to install make or gcc. When did they stop being a default installation? For 2 releases at least.
Ciao, Marcus How then....?
Oh, I know. This is the first time I did not select the (whole) Linux Kernel Development 'pattern' when installing 10.2 and chose only the kernel-source.
It's all these little unexpected surprises in Suse which always brighten my otherwise dreary day..... :-) .
First you always select kernel devel and get gcc with that.
Then all of a sudden you do not select it and do not get gcc.
I wouldn't call that a surprise that Suse treats you with, you have surprised yourself with that :)
Actually there is even a bigger surprise to all this: gcc and make are *not* part of the Linux Kernel Development 'pattern' but of the Basis Development pattern which I have never selected as part of the installation process. But, "All's well that ends well" :-) . Cheers. -- In a period of great joy and pleasure you are comforted by the thought that tragedy is just around the corner. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (5)
-
Andreas Hanke
-
Basil Chupin
-
Marcus Meissner
-
Simon Strandman
-
Vahis