Downloading opencascade

Ok… now that I feel confident that Java 6 is configured properly in my bash and C-shell, on to the next step.
I set up a file in my home directory:
jonas@jonas-desktop:~$ cd ..
jonas@jonas-desktop:/home$ ls
jonas
jonas@jonas-desktop:/home$ cd jonas
jonas@jonas-desktop:~$ mkdir opencascade_downloads

jonas@jonas-desktop:~$

I went to the website:http://www.opencascade.org/getocc/download/

Btw… Your going to need to registered on the open cascade site for this to work.

Options displayed should be:
Download:
Open CASCADE latest public version
Open CASCADE animated demonstrations
Sample Open CASCADE models
Clicked on Open CASCADE latest public version
The option I was interested in was the one for linux:
download for Linux users, tgz archive:

OpenCASCADE_Linux.tgz (183 Mb)
This is going to take a while more later…

I also downloaded the documentation into a separe folder and unpacked it.  I ran install csh and here are some of the issues I had:
jjonas@jonas-desktop:~$ ls
Desktop    Examples  Opencascade_documentation  Pictures  Templates
Documents  Music     opencascade_downloads      Public    Videos
jonas@jonas-desktop:~$ cd Opencascade_documentation
jonas@jonas-desktop:~/Opencascade_documentation$
jonas@jonas-desktop:~/Opencascade_documentation$ ls
Autorun.inf  install.bat  OpenCASCADE_doc.tgz  readme.htm
images       install.csh  package
jonas@jonas-desktop:~/Opencascade_documentation$ csh
% ls
Autorun.inf  install.bat  OpenCASCADE_doc.tgz  readme.htm
images       install.csh  package
% csh -x install
install: No such file or directory.
% cd -x install.csh
Usage: cd [-lvn] [<dir>].
% csh -x install.csh
setenv JAVAHOME .
set OS_NAME=uname
uname
if ( Linux == SunOS ) then
if ( Linux == Linux ) then
./package/setupLinux.bin
InstallShield Wizard

Initializing InstallShield Wizard…

Preparing Java(tm) Virtual Machine…
……………………………..
……………………………..
……………………………..
……………………………..
……………………………..
……………………………..
……………………………..
……………………………..
……………………………..
/tmp/isjPX8Exg/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

endif
%

More research and a few more threads to look at:
http://www.opencascade.org/org/forum/thread_11094/

http://ubuntuforums.org/showthread.php?t=482855

http://www.mail-archive.com/ubuntu-devel-discuss@lists.ubuntu.com/msg00409.html

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *