Compile Scilab 5.0.2 on Solaris 9


 
Thread Tools Search this Thread
Operating Systems Solaris Compile Scilab 5.0.2 on Solaris 9
# 1  
Old 10-09-2008
Compile Scilab 5.0.2 on Solaris 9

Hello,

I'm trying to build scilab 5.0.2 on a Solaris 9 Sparc
After more than one hour of compiling, this error msg appear, what could be the problem? if you need any more info i'm here.

Thanks for your help.

Error msg :
Code:
/Produits/tmp/nicolas/unix/scilab-5.0.2/libs/lapack/.libs/libscilapack.so: undefined reference to `lroundf'
make[1]: *** [scilab-bin] Error 1
make[1]: Leaving directory `/nfs/Produits/tmp/nicolas/unix/scilab-5.0.2'
make: *** [all-recursive] Error 1


Last edited by wolfhurt; 02-26-2009 at 09:55 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Samba compile issue on Solaris 9

Hi all :) I've been given a task to try and upgrade Samba on our legacy Solaris 9 (SunOS 5.9) sparc system. Its currently running samba 3.5.3 but we'd like to try and install 3.6.0 (or 3.6.25) to have minimal protocol smbv2. When trying to install from source, it appears to configure fine,... (4 Replies)
Discussion started by: jimbob01
4 Replies

2. Programming

I can't compile (gcc) in Solaris 11.3 non global zone

I can't compile anything, the final make error says "Command failed for target `install-recursive'", but I am not able to identify the root cause of that error, I tried with cc, gcc 4.5, also gcc 5.2, using make, using gmake 3.82, ld 5.11, gld 2.31... and I am totally stuck yet... please help, to... (4 Replies)
Discussion started by: sugar222
4 Replies

3. Programming

nss compile on solaris 10

so I am trying to build "directory server 389" on solaris 10. I am using this as i guide: 389 Directory Server (Open Source LDAP) I am using solaria studio as my compiler. I built NSPR with no issues. the problem is NSS (Network Security Services) I simply can't find instruction... (0 Replies)
Discussion started by: robsonde
0 Replies

4. Solaris

Compile php with curl on solaris 10 question

I have curl compiled into /usr/local. I needed to install another version into /usr/local/curl-7.19.5 and compile php using that directory. I believe I had done that but an ldd run against php shows it is using /usr/local/lib. I have my configure script below showing how it was built and php -i... (1 Reply)
Discussion started by: csgonan
1 Replies

5. Solaris

Compile issues on Core Solaris 10

Hello All! I am trying to compile sudo-1.7.2p1 on Solaris 10 (Core Install). I get the follow error when I run "./configure": checking for grep that handles long lines and -e... configure: error: no acceptable grep could be found in /usr/sbin:/usr/bin:/usr/ccs/bin:/usr/sfw/bin:/usr/xpg4/bin I... (5 Replies)
Discussion started by: pingmeback
5 Replies

6. Programming

Compile c program on Sun Solaris OS

Can anyone tell me how to compile a c programs on SunSolaris OS 5.1 Version as gcc and cc are not working Thanks!!!! (4 Replies)
Discussion started by: shivu
4 Replies

7. Solaris

Errors trying to compile PHP for use with MySQL on Solaris 10

have installed and am using the GNU based tools from the Sunfreeware site to compile PHP. I already have Apache, MySQL, and Oracle compiled and working properly. Below is my configure string for my PHP build: ./configure --prefix=/usr/local/php5 \... (2 Replies)
Discussion started by: sunsysadm2003
2 Replies

8. Programming

Compile and Run C Program on Solaris

Hello Guys, I am using Solaris Developer Express Edition 9/07, I am a beginner. Please tell me how to compile and execute a C program. Please give me your answers clearly, for the compilers cc,c89,c99. I not getting the answer anywhere. Please....... reply to me. Advance thanks......... (0 Replies)
Discussion started by: selva_ss
0 Replies

9. Solaris

error: compile 64 bit mysql on Solaris 10

I'm trying to build 64 bit mysql-5.0.37 on Solaris 10. CFLAGS="-O3" CXX='gcc -m64 -mcpu=v9' CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure -disable-shared --prefix=/usr/local/mysql --datadir=/home1/mysql_data --with-mysqld-user=mysql ... (0 Replies)
Discussion started by: csross
0 Replies

10. UNIX for Dummies Questions & Answers

libnet does not compile on Solaris 9

Hi I'm trying to compile libnet in Solaris 9, but it seems to have syntax errors. I got it from www.packetfactory.net/libnet/ which is the address the computer suggested me to download it. I downloaded the 1.1.2.1 version which is supposed to be stable Anybody knows if the code has... (3 Replies)
Discussion started by: eldiego
3 Replies
Login or Register to Ask a Question
Scilab(1)						      General Commands Manual							 Scilab(1)

NAME
scilab - Scientific software package for numerical computations SYNOPSIS
scilab [ -h | -f file | -e instruction | -l lang | -mem n | -nw | -nwni | -nogui | -nb | -ns | -nouserstartup | -version ] This manual page documents briefly the scilab commands. OPTIONS
A complete list of options is included below. -h Show the list of options. -f file Execute the scilab script given in file argument. Note that -e and -f options are mutually exclusive. -e instruction Execute the scilab instruction given in instruction argument. Note that -e and -f options are mutually exclusive. -nw Start Scilab without specialized Scilab Window. -nwni start Scilab without the GUI, graphic and help features (batch mode). This option disable the need of Java. -nogui start Scilab without user GUI (batch mode). -l lang Launch Scilab in the specified language. The lang must be the locale code (ie fr_FR, en_US...) -nb Do not display the Scilab banner at starting time. -ns Do not execute scilab.start startup file -mem N Set the initial stacksize -nouserstartup Do not execute the user startup files SCIHOME/.scilab or SCIHOME/scilab.ini. -version Print product version and exit. FILES
~/.Scilab/<Scilab_version>/.scilab The user startup script. ~/.Scilab/<Scilab_version>/scilab.ini The user startup script. ~/.Scilab/<Scilab_version>/configuration.xml The configuration of the GUI ~/.Scilab/<Scilab_version>/.history.scilab The history of commands SCI/modules/jvm/etc/jvm_options.xml Options given to the JVM SCI/etc/modules.xml List of Scilab modules SCI/etc/classpath.xml Where Scilab should load the Java libraries SCI/etc/librarypath.xml Where Scilab should look for JNI libraries AUTHOR
Scilab was written by the Scilab Consortium. This manual page was written by Sylvestre Ledru <sylvestre@debian.org>. November 18, 2008 Scilab(1)