Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Simply need a gcc of 4.3.4 version to compile some mex for MATLAB?
Couldn't find one in my sourselist.
I guess I need a distribution with a gcc of exact that version.
MATLAB R2011a tells me that 4.3.4 is needed.
Currently I have a higher version of gcc and it does not work for MATLAB.
All gcc versions in my sourselist are too high.
And I don't think it would work if the version is lower.
So I need exactly that version.
Go to http://distrowatch.com/. It lists the latest distributions along with the package versions it comes with. Select the one you need
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have installed Ubuntu 12.10 leaving Win 7 licensed ver. But again as usual I need to fix so many issues.
This time fan is creating lots of noise. I was looking for the solution and found the below:
sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq < \
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
But I read that cpufreq is for cpu frequency. What to do now? I have already executed the command.
What is the solution for my problem of fan sound in Ubuntu 12.10. In win 7, this is not the problem.
I believe you are looking for
fancontrol
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
The community reviewed whether to reopen this question 1 year ago and left it closed:
Not suitable for this site This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I want to install Accerciser
my OS is fedora 16
I downloaded the package,
'cd' into the folder
and run './configure'
and get
checking for PYGOBJECT... no
configure: error: Package requirements (pygobject-3.0 >= PYGOBJECT_REQUIRED) were not met:
No package 'pygobject-3.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables PYGOBJECT_CFLAGS and PYGOBJECT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
however, I checked
it seems I have installed pygobject 3
how to deal with this problem?
thanks!
[root#kit accerciser-3.5.3]# rpm -qa|grep "pygobject"
pygobject2-codegen-2.28.6-2.fc16.x86_64
pygobject3-3.0.3-1.fc16.x86_64
pygobject2-devel-2.28.6-2.fc16.x86_64
pygobject2-2.28.6-2.fc16.x86_64
pygobject2-doc-2.28.6-2.fc16.x86_64
Install the pygobject3-devel package.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I need to find an old driver (kernel/drivers/hid/hid-picolcd.c) located into the old kernel 2.6.35.14.
But I cannot find the version on http://kernel.org
I need just this file, or just one file. Is it possible to navigate a chosen version of the Linux kernel?
This guy? http://lxr.linux.no/linux+v2.6.35.14/drivers/hid/hid-picolcd.c
This website is pretty good for viewing linux source code:
http://lxr.linux.no/linux+v2.6.35.14/
Ofcourse you can browse through gitweb of all the different version of the kernel. The file you are looking for is in the kernel git repository for 2.6.35.14
Just click on the version you'd like to see at
http://lxr.free-electrons.com/source/drivers/hid/hid-picolcd.c
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Before 2.6 Linux moved up from 2.0 to 2.2 to 2.4 every few years. Why did it stop at 2.6?
Is the version number ever going to go beyond 2.6?
It is moving. It is just first two digits became irrelevant. From the Wiki:
Since 2004, after version 2.6.0 was
released, the kernel developers held
several discussions regarding the
release and version scheme and
ultimately Linus Torvalds and others
decided that a much shorter release
cycle would be beneficial. Since then,
the version has been composed of three
or four numbers. The first two numbers
became largely irrelevant, and the
third number is the actual version of
the kernel. The fourth number accounts
for bug and security fixes (only) to
the kernel version.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I need a small linux Text only version bootable installed on a partition of my hardrive, How can I customize a Linux version like redhat, debian, puppy etc. Please suggest some suitable distribution?
Depends on what you call small and what the purpuse of the installation is. I'd recommend [Debian stable][1] (Lenny) or [Ubuntu-server][2] for server-purposes. A really small distro is [Damn Small Linux][3]. If you just want to play around with a small-as-possible distro, you can try the time-consuming [Linux-from-Scratch][4].
Archlinux, definitely. But it's not programming related.