Sponsored Content
Top Forums Programming Why a shared version is needed Post 96066 by jim mcnamara on Tuesday 17th of January 2006 10:28:05 AM
Old 01-17-2006
You need the lming32 library. What environment are you in, Windows? MinGW is only a windows thing. I don't think there is a unix version....

See:
http://www.mingw.org/

for downloads.
 

7 More Discussions You Might Find Interesting

1. Programming

Shared memory in shared library

I need to create a shared library to access an in memory DB. The DB is not huge, but big enough to make it cumbersome to carry around in every single process using the shared library. Luckily, it is pretty static information, so I don't need to worry much about synchronizing the data between... (12 Replies)
Discussion started by: DreamWarrior
12 Replies

2. Programming

Shared memory for shared library

I am writing a shared library in Linux (but compatible with other UNIXes) and I want to allow multiple instances to share a piece of memory -- 1 byte is enough. What's the "best" way to do this? I want to optimize for speed and portability. Obviously, I'll have to worry about mutual exclusion. (0 Replies)
Discussion started by: otheus
0 Replies

3. Shell Programming and Scripting

Help needed with script to verify the version of BIND

I have tried thought of using instfix -ivqc | grep BIND , but this did not return the result I was looking for; it seem to list out the the different patches that had been applied to BIND. I'm actually looking for overall version, like you'd get when checking the OS level for instance. (1 Reply)
Discussion started by: sport
1 Replies

4. UNIX for Advanced & Expert Users

Advanced Search * View * Edit JAVA version to WORK in GLASSFISH Forum topic JAVA version

Would like to confirm the ff. I got confused actually with the version I needed to download that will work on glassfish 3.0.1 a. Debian Squeeze (HP DL360). Need to use java version6 On Debian, I did apt-get install sun-java6-jdk. So when I check it's java version "1.6.0_22" Java(TM) SE... (1 Reply)
Discussion started by: lhareigh890
1 Replies

5. Programming

Shared library with acces to shared memory.

Hello. I am new to this forum and I would like to ask for advice about low level POSIX programming. I have to implement a POSIX compliant C shared library. A file will have some variables and the shared library will have some functions which need those variables. There is one special... (5 Replies)
Discussion started by: iamjag
5 Replies

6. Shell Programming and Scripting

Needed script for the version file

I need some help with the logic and syntax for a shell script (ksh) that will search a directory and look for similar files and save only the 5 versions. The version number is in the file name. However, the files are of varying name lengths and may have 1 or many files, with no limit to the... (2 Replies)
Discussion started by: hemanthsaikumar
2 Replies

7. Shell Programming and Scripting

Copy a file from directroy/ prior version to the directory/ new version

How to copy a file from directroy/ prior version to the directory/ new version automatically. (4 Replies)
Discussion started by: roy1912
4 Replies
libpisock(3)							C Library Functions						      libpisock(3)

NAME
libpisock, libpisync - C interfaces for communicating with a PalmOS device DESCRIPTION
libpisock and libpisync are two core pilot-link libraries. pilot-link communicates with Palm handhelds using several methods and functions specific to these devices. In order to facilitate these communications, the functions are stored in a library which other applications can link to and gain access to those functions. gpilotd- control-applet(1) is one example of an application that does exactly this. FILES
The following files are used by this library: /usr/lib/libpisock.so pisock shared library /usr/lib/libpsync.so pisync shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpilot-link | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gpilot-install-file(1), gpilotd(1), gpilotd-control-applet(1), pilot-xfer(1), libgpilotd(3), libgpilotdcm(3), libgpilotdconduit(3), attributes(5), gnome-interfaces(5) http://doxygen.pilot-link.org NOTES
Written by Jerry Yu, Sun Microsystems Inc., 2008. SunOS 5.11 30 Jul 2008 libpisock(3)
All times are GMT -4. The time now is 05:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy