Ask a Question related to UNIX Programming, Design and Development.
-
James Leddy #1
external linkage
Hello,
I wrote a program that uses the zlib compression library, specifically the
functions compress() and uncompress(). Though I could find the zlib.h file
in my include directory, I cannot find any .o files that come with the
zlib-devel rpm. I know I need something, because this is the makefile
output looks like.
gcc -c main.c
gcc -o journed main.o crypt.o file.o misc.o
file.o(.text+0x316): In function `add':
: undefined reference to `compress'
file.o(.text+0x75f): In function `extract':
: undefined reference to `uncompress'
collect2: ld returned 1 exit status
make: *** [journed] Error 1
Compilation exited abnormally with code 2 at Tue Aug 5 10:48:15
I just assumed that my exectuable would need the file libz.so at run time,
which means that I have no idea about what options I need to specify in
order to get rid of those error messages.
Thanks for the help.
--
-J. Leddy (a.k.a. iustitia)
James Leddy Guest
-
Using 'Linkage' in Action Script 3.0
When I created this class I did not use 'Linkage' from the library. I simply created the class and added some code to the .swf file and it worked. ... -
Button Linkage
Hi, I'm having a bit of a problem here. I am currently creating my flash site and have almost completed it. I have also created the buttons. The... -
linkage HELP!
i need to know how it would be possible to make a html link that reffers to a frame in a *.swf file.. can someone please aid me?! thank you!!! -
AS 2.0 linkage question
something like this, maybe? public function setText( newText:String ):Void { this._nameOfTextField.text = newText; } I think this will work.. -
external casts linkage
hi i have a dir program (consisting of many files), which uses an external cast. my job is to modify files according to the bugs report. To modify...



Reply With Quote

