unrar on MPRAS (UNIX)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers unrar on MPRAS (UNIX)
# 1  
Old 07-21-2008
unrar on MPRAS (UNIX)

I am wanting to compile unrar on our MPRAS UNIX system. The currently available source (from www.rarlab.com) does not support this system and I am not sure how to configure the makefile to work.

Has anyone been able to get this to work on MPRAS and can supply me with some direction?

Thanks in advance.

Last edited by Mr C; 07-22-2008 at 08:04 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to install unrar?

I need to extract a ,rar file and getting the below error while using unrar e filename.rar error: ksh: unrar: not found. I guess I need to install unrar. please let me know how to install unrar. my os is - SunOS e08k24 5.10 Generic_141444-09 sun4u sparc SUNW,Sun-Fire-880 (1 Reply)
Discussion started by: lohithsunny
1 Replies

2. Fedora

Problem installing rar and unrar

Good day all, I am trying to install rar and unrar on fedora 16. In terminal root, when I try to do : # cp rar unrar /bin I get the following error message: cp: cannot stat `rar': No such file or directory cp: cannot stat `unrar': No such file or directory can anyone please... (7 Replies)
Discussion started by: peter_071
7 Replies

3. Shell Programming and Scripting

unrar files

Hi, I have two .rar files on unix server. but how to unrar these files ?? (6 Replies)
Discussion started by: milink
6 Replies

4. Shell Programming and Scripting

unrar - get the name of extracted file

If I have a script that is using unrar e file.part1.rar How does the script get the name of the extracted file if I don't know the extension of the file? In my example the name would be file.***, but I wouldn't know the extension. ---------- Post updated at 05:13 PM ---------- Previous... (0 Replies)
Discussion started by: locoroco
0 Replies

5. Solaris

unrar doesn't seem to install properly

Hi, I downloaded unrar from sun-freeware website (unrar-3.68-sol8-sparc-local.gz). After gunzip, I then did: install -c /usr/local unrar-3.68-sol8-sparc-local I'm not sure if that was right. Am I installing it correctly? Hope you can help as I need to open .rar files immediately. ... (4 Replies)
Discussion started by: daytripper1021
4 Replies

6. Shell Programming and Scripting

Simple unrar script

I am not a programer so I need a litle help here. On linux I have installed unrar. What I need is a script which will unrar all rar files in folders and subfolders and subfolders of subfolders, then check this files which are unpacked and then delete this rar files if check is ok. If someone can... (2 Replies)
Discussion started by: blisk
2 Replies

7. UNIX for Dummies Questions & Answers

Mpras

Hi, I want information on MPRAS machines. I dont know anything about that. Please provide more details if possible. thanks in advance. (1 Reply)
Discussion started by: amult
1 Replies

8. UNIX for Dummies Questions & Answers

Unrar Multiple Files with Command

I work with multiple archive files, mostly rar. I understand the basics of rar and zip. I'm looking for a way to decompress multiple rar files with a single command. Hopefully each file would be unrared into dir with same name as archive. I normally just do this manually, but sometimes I'm... (2 Replies)
Discussion started by: dobbs
2 Replies

9. UNIX for Dummies Questions & Answers

malloc returning NULL if freemem high & swapmem low (MPRAS version 3.03 )

Hi All,:) In my application malloc is returning NULL even though there is sufficient amount of free memory available but the swap memory is low. Is this possible that, if free memory is high & swap memory is low, malloc will not be able to allocate memory & return NULL ? Few details: ... (4 Replies)
Discussion started by: Ritesh Kumar
4 Replies

10. UNIX for Advanced & Expert Users

Records mismatch while sorting in MPRAS and SunOS

Hi, As part of migrating a script from SunOS to MP RAS, the following script is not functioning in desired way. sort -t\| -u +6 -7 +12 -14 textfile1.out > \ textfile2uniq.out The -u is fetching unique records differently on SunOS and MP RAS Pentium IV. And thus the records... (1 Reply)
Discussion started by: RRVARMA
1 Replies
Login or Register to Ask a Question
iverilog-vpi(1) 						  Version 0.9.5 						   iverilog-vpi(1)

NAME
iverilog-vpi - Compile front end for VPI modules SYNOPSIS
iverilog-vpi [--name=name] sourcefile... DESCRIPTION
iverilog-vpi is a tool to simplify the compilation of VPI modules for use with Icarus Verilog. It takes on the command line a list of C or C++ source files, and generates as output a linked VPI module. See the vvp(1) man page for a description of how the linked module is loaded by a simulation. The output is named after the first source file. For example, if the first source file is named foo.c, the output becomes foo.vpi. OPTIONS
iverilog-vpi accepts the following options: -llibrary Include the named library in the link of the VPI module. This allows VPI modules to further reference external libraries. -Idirectory Add directory to the list of directories that will be search for header files. -Ddefine Define a macro named define. --name=name Normally, the output VPI module will be named after the first source file passed to the command. This flag sets the name (without the .vpi suffix) of the output vpi module. --install-dir This flag causes the program to print the install directory for VPI modules, then exit. It is a convenience for makefiles or auto- mated plug-in installers. --cflags, --ldflags and -ldlibs These flags provide compile time information. PC-ONLY OPTIONS The PC port of iverilog-vpi includes two special flags needed to support the more intractable development environment. These flags help the program locate parts that it needs. -mingw=path Tell the program the root of the Mingw compiler tool suite. The vvp runtime is compiled with this compiler, and this is the com- piler that iverilog-vpi expects to use to compile your source code. This is normally not needed, and if you do use it, it is only needed once. The compiler will save the path in the registry for use later. -ivl=path Set for the use during compilation the root if the Icarus Verilog install. This is the place where you installed Icarus Verilog when you ran the installer. This flag is also only needed once, and the path is stored in the registry for future use. UNIX-ONLY OPTIONS The UNIX version of iverilog-vpi includes additional flags to let Makefile gurus peek at the configuration of the iverilog installation. This way, Makefiles can be written that handle complex VPI builds natively, and without hard-coding values that depend on the system and installation. If used at all, these options must be used one at a time, and without any other options or directives. --cflags Print the compiler flags (CFLAGS or CXXFLAGS) needed to compile source code destined for a VPI module. --ldflags Print the linker flags (LDFLAGS) needed to link a VPI module. --ldlibs Print the libraries (LDLIBS) needed to link a VPI module. -m32 On 64bit systems that support it (and support vvp32) this flag requests a 32bit vpi binary instead of the default 64bit binary. Example GNU makefile that takes advantage of these flags: CFLAGS = -Wall -O $(CFLAGS_$@) VPI_CFLAGS := $(shell iverilog-vpi --cflags) CFLAGS_messagev.o = $(VPI_CFLAGS) CFLAGS_fifo.o = $(VPI_CFLAGS) messagev.o fifo.o: transport.h messagev.vpi: messagev.o fifo.o iverilog-vpi $^ AUTHOR
Steve Williams (steve@icarus.com) SEE ALSO
iverilog(1), vvp(1), <http://www.icarus.com/eda/verilog/>, <http://www.mingw.org>, COPYRIGHT
Copyright (C) 2002-2009 Stephen Williams This document can be freely redistributed according to the terms of the GNU General Public License version 2.0 April 17th, 2009 iverilog-vpi(1)