OpenSUSE :: Cannot Compile Scilab?

May 16, 2010

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

[code]....

View 2 Replies


ADVERTISEMENT

OpenSUSE Hardware :: Scilab Crashes On Plot

May 17, 2010

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.

View 1 Replies View Related

Fedora :: Can Install Scilab In 12 Through Yum

Sep 29, 2010

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 ?

View 2 Replies View Related

Slackware :: /usr/lib/scilab-4.1.2/bin/scilex: No Such File Or Directory

Jan 9, 2010

Has anyone here ever installed the latest version of scilab on slackware 13 64bits? I just can't install/run it.

scilab-5.2.0
root@slack:/opt/scilab-5.2.0/bin# ./scilab
./scilab: line 343: /opt/scilab-5.2.0/bin/scilab-bin: No such file or directory
scilab-4.1.2

marcio@slack:~$ /usr/bin/scilab: line 58: /usr/lib/scilab-4.1.2/bin/scilex: No such file or directory

I tried older versions, same problem. I used to run scilab 4.x on slackware 11_32bit, it ran great.

View 6 Replies View Related

Slackware :: Slackbuild For Repackaging Of Scilab Binaries?

Jan 10, 2010

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.

View 2 Replies View Related

Ubuntu :: Scilab Fails To Start From Applications Menu

Jul 27, 2010

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.

View 3 Replies View Related

OpenSUSE :: Compile A Tar.bz2 File?

Mar 27, 2010

How do I compile a tar.bz2 file I have never successfully done it. I really want to do it for mac on Linux.

View 9 Replies View Related

OpenSUSE :: Can't Compile A Program

Jun 20, 2011

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;

[Code]....

View 1 Replies View Related

OpenSUSE :: Unable To Compile Vboxdrv ?

Mar 22, 2010

The module vboxdrv cannot be succesfully compiled on my system. It has OpenSuSE 11.2 with kernel 2.6.31.12-0.1-desktop

The following rpms are installed:

gcc, make, autoconf, automake and pam-devel are present too.

The command

leads to an error message:

The log contains these lines in the first part:

Is something wrong with the kernel headers or source?

View 7 Replies View Related

OpenSUSE :: Unable To Compile CineFX?

Oct 14, 2010

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;

[Code].....

View 9 Replies View Related

OpenSUSE :: Compile QT With Thread Support

Nov 1, 2010

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 -

vance@linux-i4xo:/> rpm -q qt3
qt3-3.3.8b-93.1.x86_64

how does one enable thread support? I have looked around the web but cannot find a solution.

View 9 Replies View Related

OpenSUSE :: Compile And Install A Plasmoid?

Jun 14, 2011

I'd like to install the following plasmoid HDAPS monitor KDE-Look.org. For some reason it is no longer available for openSUSE.

how I should compile this and then install it.

EDIT: should have specified I'm using 11.4 and KDE4.6.3

View 6 Replies View Related

OpenSUSE Network :: Compile And Run Ntpd 4.2.6p2 On 11.3?

Nov 24, 2010

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.

View 1 Replies View Related

General :: Can't Compile C++ Programs On OPENSUSE

May 15, 2011

pgm of mine is not getting compiled

#include<iostream>
int main()
{
cout<<"Hi
";
}//Saved as g.cpp

The foll. error is shown on compiling as c++ g.cpp or gcc c.cpp or cc g.cpp
and i've gcc 4.5

g.cpp: In function int main():
g.cpp:5:2: error: cout was not declared in this scope
v

View 1 Replies View Related

OpenSUSE :: QTParted Doesn't Compile Properly

Dec 26, 2010

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)

View 2 Replies View Related

OpenSUSE Install :: G77 11.2 - Doesn't Compile With Gfortran

Jan 21, 2010

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?

View 2 Replies View Related

OpenSUSE Install :: Compile A Kernel Without Creating A Rpm?

Apr 14, 2011

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 )

View 9 Replies View Related

SUSE :: Compile A Unix Program In Opensuse?

Mar 14, 2009

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

#include<unistd.h>
#include<stdlib.h>
#include<curses.h>

[code]...

View 2 Replies View Related

Software :: Compile Opensuse 11.1 With Webmin In CDLive?

Dec 2, 2010

have been put in charge to do compiling a distribution openSUSE 11.1 contains the plateform webmin on live CD

View 5 Replies View Related

OpenSUSE :: 11.2 And Compile Nvidia Closed Drivers Error

Feb 21, 2010

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

[Code]...

View 9 Replies View Related

OpenSUSE :: Cannot Compile Or Install Files RPM - Error In The Request

Mar 2, 2010

I can not install files RPM, says there is error in the request.

View 1 Replies View Related

OpenSUSE :: Download / Compile Alternative Mod_jk To One Included

Apr 2, 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.

View 1 Replies View Related

OpenSUSE :: Write And Compile/run Programs In Different Programming Languages?

Feb 19, 2011

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.

View 9 Replies View Related

OpenSUSE :: Compile Mesa To Replace Version In Repo?

Apr 16, 2011

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.

How do I do this?

View 2 Replies View Related

OpenSUSE :: Compile Some Code - Install Other Distros Repos?

Apr 17, 2011

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.

View 9 Replies View Related

OpenSUSE :: Compile Failure - Linking Testkeys - Error 1

May 2, 2011

how I can resolve this error in compiling?

Linking testkeys... /usr/lib/gcc/i586-suse-linux/4.5/../../../../i586-suse-linux/bin/ld: cannot find -lSDL_ttf collect2: ld returned 1 exit status make: *** [testkeys] Error 1

View 3 Replies View Related

OpenSUSE Hardware :: Error In Compile The NVIDIA Driver

Jul 3, 2010

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.";

[Code]...

View 8 Replies View Related

OpenSUSE :: Latex Beamer Pstricks Package Will Not Compile Properly

May 6, 2010

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:

[Code]....

View 1 Replies View Related

OpenSUSE Hardware :: Razer Deathadder Install On 11.1 - Compile The Code

Jan 27, 2009

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:

[Code]....

View 9 Replies View Related

OpenSUSE Hardware :: Compile V4l-dvb Which Is Required To Get Genius Eye312 Camera?

Dec 31, 2009

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.

[Code]...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved