Sponsored Content
Top Forums Programming How compile a library on solaris(like dll in windows) Post 38437 by Perderabo on Wednesday 16th of July 2003 11:38:28 AM
Old 07-16-2003
The closest unix equivalent of a dll would be a shared library. Staring at the Solaris man pages, it looks to me like:
cc -KPIC x.c
cc -KPIC y.c
cc -KPIC z.c
ld -G -Bdynamic -o libxyx.so x.o y.o z.o

might work. But I don't have a Sun compiler to test it.
 

9 More Discussions You Might Find Interesting

1. 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

2. Programming

Using Windows DLL in UNIX

Hello, I am sorry to bother you all but I am thinking about switching to UNIX and I am a complete novice there. The problem is that I need to call a C++ dll on UNIX platform which was compiled on Windows. I don't have the source code of the dll as well. I just need to call this dll in my C++... (2 Replies)
Discussion started by: clickoo
2 Replies

3. Solaris

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 :... (0 Replies)
Discussion started by: wolfhurt
0 Replies

4. Solaris

DBI with MySQL client library compile on Solaris

how dow you complie perl module DBI with mysql from /usr/local/mysql/bin keeps going to mysql client for /usr/sfw/bin is it the LD_PATH ???...:confused: error is # perl login.cgi DBI connect('customers;mysql_socket=/tmp/mysql.sock:localhost','root',...) failed: Client does not... (1 Reply)
Discussion started by: photon
1 Replies

5. OS X (Apple)

Canot find library on compile - fixing PKG_CONFIG_PATH isn't working

I am using bash on OSX Leopard. When I attempt ./configure I get this error: checking for OPENSSL... configure: error: Package requirements (openssl) were not met: No package 'openssl' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a... (2 Replies)
Discussion started by: reasonstoprefer
2 Replies

6. Programming

C Library reference error using sqrt() - will not compile.

This so basic that it should work.... Any ideas would be appreciared. Using a number directly in the sqrt allows it to compile. primrose > cat a.c #include <stdio.h> #include <math.h> int main(void) { double abcd=9; printf("%f\n",sqrt(abcd)); } primrose > gcc a.c Undefined first... (2 Replies)
Discussion started by: plastichead
2 Replies

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

8. Programming

Specifying dynamic library path to linker at compile time

I would like to compile a binary that doesnot depend on LD_LIBRARY_PATH as this binary will be setuid to owner and used by other users and since setuid doesnot support LD_LIBRARY_PATH making it independent of LD_LIBRARY_PATH would be great. But I am not able to specify the path of the shared... (1 Reply)
Discussion started by: waavman
1 Replies

9. 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
dll(1)								  brickOS Utility							    dll(1)

NAME
dll - A user-program downloader for the RCX. SYNOPSIS
dll [options] command | {file}.lx DESCRIPTION
This manual page documents the dll user-program download command. dll is a program which is used to download user programs written for brickOS to the RCX. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). The options supported by dll are: (run with no parms) Show built-in help (summary of options) -e, --execute Execute program after download. -i{0|1}, --irmode={0|1} Set IR mode (on RCX) to near(0) or far(1) -p{1-8}, --program={1-8} Download program to program-slot-number {1-8} NOTE: LegOS supports 8 program slots where the Mindstorms original firmware only supports 5. -r{hostaddress}, --rcxaddr={hostaddress} Send to RCX LNP at host address {0-15}. Default is 0. See also --node={hostaddress} -s{srcport}, --srcport={srcport} Send to RCX LNP source port {0-15} -t{ttydevice} --tty={ttydevice} Specify serial tty device where IR tower is connected. NOTE: The environment variable RCXTTY may be used in place of -tty -v, --verbose Enable verbose output COMMANDS
-d{1-8}, --delete={1-8} Delete program from program-slot-number {1-8} -n{hostaddress}, --node={hostaddress} Set RCX LNP host address to {0-15} ENVIRONMENT VARIABLES
dll will respond to the environment variable RCXTTY. This should be set to the serial device to which the IR tower is connected. Use of RCXTTY is equivalent the using the -tty command-line option. EXAMPLES
dll is a simple command to use. The following examples show most of the uses. Ex1: download demo/robots.lx to the RCX as program 0. $ dll -tty=/dev/ttyS0 demo/robots.lx $ NOTE: there is no response from dll(1) on a successful download. You can, however watch the RCX display during the download and see activ- ity. Ex2: download the demo/linetrack.lx into program-slot 7. (note we are first setting RCXTTY so we don't have to keep specifying the tty device each download). $ export RCXTTY=/dev/ttyS1 $ dll -p7 demo/linetrack.lx $ Ex3: download demo/rover.lx but we are leaving the RCX powered off (assume RCXTTY is already set). $ dll -p2 demo/rover.lx error deleting program $ NOTE: dll first deletes the existing program from the specified program slot and then downloads the new one. This error indicates that the first thing dll tried to do did not succeed. We'll leave the experiment of running dll with --verbose set as an exercise for you our reader... (This is actually a combination of progress infromation and debug ouput.) ERROR MESSAGES
Unfortunately, there is basically only one dll error message, and it applies to most possible errors, including a disconnected IR tower, an RCX that is turned off, an RCX that doesn't have brickOS, and an RCX that has brickOS and is already running a program. So, check all those things when dll fails. SEE ALSO
firmdl3(1) AUTHOR
dll was written by: Markus L. Noga. Addiitonal Contributor(s): everyone discussing LNP at LUGNET This manual page was written by Stephen M Moraco <stephen@debian.org>, for the Debian GNU/Linux system (but may be used by others). brickOS May 12, 2002 dll(1)
All times are GMT -4. The time now is 11:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy