Results 1 to 1 of 1
I am trying to compile (it does compile) and link a program that has previously built on Vista. I was able to get it to compile on Fedora10 but my ...
- 02-17-2009 #1
Link Settings on Fedora10 for Gtk and Glade
I am trying to compile (it does compile) and link a program that has previously built on Vista. I was able to get it to compile on Fedora10 but my link settings are not working. It tells me that it cannot find things like glib-2.0.
when I do a
locate glib-2.0
I find
libglib-2.0.so (which I understand is the equivalent of a dll in windows)
But if I put in libglib-2.0 or libglib-2.0.so it still cannot find it.
I believe I have the paths correct but I still cannot get it to work.
I am baffled and screenshots would be an awesome help.
Screenshots of :
Eclipse/Properties/C/C++ Build/Settings/GCC C++ compiler/ (main page)
and
Directories AND
Miscellaneous
AND
GCC C++ Linker/libraries and miscellaneous (and if there is anything else you see that I need)
AND
Properties/C/C++General/Paths and Symbols/GNU C++
(library path tab)
that would rock!
thanks in advance!
kishkiLast edited by kishki; 02-17-2009 at 08:39 PM. Reason: Screenshots of my settings that do not work for linking


Reply With Quote