Tagged Questions
1
vote
2answers
66 views
Where is the frame.h located in modern Linux implementations? (ubuntu specifically)
A book I am reading refers to an include file that shows how a stack frame looks on one's UNIX system.
In particular: /usr/include/sys/frame.h
I am having trouble finding the modern equivalent. ...
3
votes
1answer
993 views
Why can't ld find this library?
I'm not very knowledgeable on this topic, and therefore can't figure out why the following command does not work:
$ gfortran -o dsimpletest -O dsimpletest.o ../lib/libdmumps.a \
...
1
vote
1answer
265 views
CUPS compilation fails on Cygwin
I was brave and tried to compile CUPS in a 32-bit Cygwin environment. I used the standard sources from the tarball.
All went fine until linking.
http://pastebin.com/QSKvLSmT
Here's the end of the ...
1
vote
1answer
619 views
Linker errors when compiling against glib…?
I'm having trouble compiling a simple, sample program against glib on Ubunutu. I get these errors. I can get it to compile but not link with the -c flag. Which I believe means I have the glib ...
1
vote
1answer
682 views
Linking issues with libjpeg
I have a game I'm writing which recently required libjpeg. I wrote some code using libjpeg on some-other-machine and it worked as expected. I pulled the code to this machine and tried compiling and ...
1
vote
2answers
291 views
libxml linker error
I've got an app which won't link, giving error:
/usr/lib64/libcroco-0.6.so.3: undefined reference to `xmlGetProp@LIBXML2_2.4.30'
/usr/lib64/libcroco-0.6.so.3: undefined reference to ...