I had a difficulty with scilab, it would not plot! an would give me error 21. and crash.!I could not figure it out. I tried to install from source. and this is where real trouble came ./configure crashed with the following errorchecking Symlink for /usr/lib/jvm/java-1.5.0-gcj/bin/javac... Filename changed... Keeping the one found beforeJava base directory (probably) available here : /usr/lib/jvm/java-1.5.0-gcjchecking for zip or jar files to include on CLASSPATH... checking to see if the java compiler works... configure: error: Could not compile simple Java program with '/usr/lib/jvm/java-1.5.0-gcj/bin/javac'. Try with the Sun JDK (1.5 or 6). I changed to the directory to find this
alon@linux-6xrt:~/Downloads> cd /usr/lib/jvm/java-1.5.0-gcj/bin/
alon@linux-6xrt:/usr/lib/jvm/java-1.5.0-gcj/bin> ls
appletviewer jarsigner javac javah rmic
I have openSUSE 11.1, DELL vostro 1500 with NVIDIA card (Which type?). I am runnnig SCilab 5.1.1 which crashes on plot. The same scilab runs on the same computer through Windows Vista (I have dual boot). I suppose this is a linux problem.
Is there any way I can install scilab in fedora 12 through yum. I tried to compile source code of scilab. But I m not able to finish installation due to dependencies. Can any one please suggest me regarding this ?
I'm trying to write a slackbuild for doing a slackware package from the binary distribution of scilab.org.If you want to test it, it's here
[URL]
there's also a slack64 package made from the slackbuild.to use the slackbuild you have to download your file distribution in the same folder from here [URL] and then you have to launch it like this
Code:
ARCH=x86_64 PKGTYPE=txz TAG=custom ./scilab.SlackBuild available archs are i686 and x86_64
EDIT: edited build script to install things in /opt. updated package.
I have installed Scilab through the Ubuntu software center. When I try to launch it from the Applications menu it will not start. Same hapens if i try to launch it using alt-F2. But I can launch it using the terminal.
I was using my college's unix server (ubuntu presumably) to compile programs in the laboratory. Now, i have installed Opensuse 11.4 with gnome3. I have installed the Developers pattern, and almost all the packages that looked relevant (which came up when i searched for libgc , gcc, and all). Now, i cant compile a program:
Code: /*program to test file I/O and getch/putch functionaliny in gcc*/ #include<stdio.h> int main() { FILE *fi; char ch;
I am having trouble compiling CineFX. These are the errors I get:
linux-q69k:/home/dmbmagic/CineFX # cd jahwidgets linux-q69k:/home/dmbmagic/CineFX/jahwidgets # make list='src'; for subdir in $list; do make -C $subdir all || exit 1;
I am trying to install an Open GL screen saver "EulerTop-1.2" and I get the following error message when I run configure - "checking for perl /usr/bin/perl checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support!" It appears to be installed -
I can compile and run ntpd 4.2.6p2, but after a while the reach indicator falls back from 377 to 0 and then the ntpd is in an unsynced state for a while. So far I haven't seen any indication why we have this.
I just tried to install qtparted ver0.4.5 on my computer to help partitioning my HDs.After doing the "configure/make"-sequence (using unsermake, as required), I received following error during compilation: "qp_libparted.cpp:1751: error: �ped_free� was not declared in scope",My parted version is 1.9.0-3.7.1 from openSuSE 11.2.My question:
1. Do you know, which other library might contain this "ped_free"-declaration? 2. Any other perted GUI, that might work better (gparted is only available on a live DVD after boot)
I would need to compile some old codes with g77 (unfortunately, they doesn't compile with gfortran). The gcc44-fortran is installed on my computer but if I have well understood, there is no g77 compiler in this package... Do you think I can install gcc33-fortran without creating conflicts between the 2 packages?
our prof wants us to make some measurable changes in the kernel as a part of our assignment. I'm new to linux (started using linux only day b4 yest)... till now i've built a new kernel using cloneconfig and ended up with a rpm package (since i couldnt find any other option).and here's the prob
1. how to make changes in the kernel code? 2. do i have to create an rpm everytime after a change? (it jus takes too long )
I have used a new header file named curses.h in my program.when i try to compile my program it shows me the following error "No such path or directory".What may be the problem?A part of the program is shown below
When i'm trying to compile nvidia closed drivers, i got an error. I've tried binaries one on nvidia suse repo, but as i installed kernel 2.6.32-41 they didn't work. My laptop is a lenovo T61, with nvidia quadro nvs 140m, and intel chipset. And i'm trying to instal driver version NVIDIA-Linux-x86_64-100.14.11.
That's the error i get when executing nvidia-installer: Code: nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Fri Feb 19 20:56:25 2010
I am having some troubles installing tomcat on a fresh copy of 11.2. I began by following the instructions that I found here: Tomcat HOWTO - openSUSE and proceeded to install the requisite packages through YaST, except I chose to install tomcat6 and java 1.6, presuming that they would work equally well to the older versions indicated in the guide. My stumbling block came when the guide went on to tell me to download and compile an alternative mod_jk to the one included (even though I hadn't come across one, so I didn't have to uninstall one like the guide suggested.) The link provided in the guide was dead so I found an alternative link through google, and set up the directory structure as suggested. The next step tells me that I must run this command:
[code]...
I have tried to create an apxs2 directory in sbin, which isn't allowed. I have also tried running the command without the apxs2 on the end, also to no avail.
I was wondering about a package that can be used to write and compile/run programs in different programming languages. I was also wondering how possible it is to program in Visual Basic 2010 in openSUSE if at all.
I am compiling mesa and it compiles ok but I think it it compiles to the usr/local/lib but I want to replace the system version as I want applications to use my compiled version instead.
I am trying to build the java gnome gtk+ bindings on open suse and ran into a snag. the libcairo2-dev package is not apart of pensuse - how ever it is apart of ubuntu and the debian launchpad. can i install other distros repos to solve this issue? actually no i cant. how to install this package? zypper install libcairo2-dev comes back as not found.
when i trying to install NVIDIA drivers i get compile error:
NVIDIA: calling KBUILD... test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( echo; echo " ERROR: Kernel configuration is invalid."; echo " include/linux/autoconf.h or include/config/auto.conf are mis sing.";
I'm experiencing the following problem with latex. A tex file using using the beamer documentclass and the pstricks package will not compile properly. To be more precise, latex-ing results in a dvi file but the pspictures are missing. When using pdflatex I'm repeatedly prompted with a?. Replying with enter all the time gives a pdf file without the pictures again. I'm running 11.2 with KDE and the normal preinstalled texlive. Version 2008-13-15.1-x86_64 from the Update repo that is. A minimal example where this happens would be:
I want to Install my Razer Deathadder on Suse 11.1, I allready found a programm: bu3sch.de The problem is, I cant compile the code. I cd into the folder with the source and use make (as root) and get this error:
I have a problem trying to compile v4l-dvb which is required to get my genius eye312 camera going. Fault when "make all" is issued reads make -C /home/jstocker/Applications/webcam/v4l-dvb-0b9c85378d2f/v4l all make[1]: Entering directory `/home/jstocker/Applications/webcam/v4l-dvb-0b9c85378d2f/v4l'Updating/Creating .config Preparing to compile for kernel version 2.6.27 File not found: /lib/modules/2.6.27.7-9-pae/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.