1. Re: [LNX] (Hopefully) Simple Problem accessing .so file
- Posted by Travis Beaty <travisbeaty at arn.net> Apr 17, 2001
- 374 views
Howdy! Mr. Mullins, I got very similar results when I ran your program. As far as the "chmod 744" idea, this did not seem to make any difference. I still could not link to the .so file. I tried both of these approaches: soGTK = open_dll("libgtk.so") soGTK = open_dll("/usr/lib/libgtk.so") Guess I'll keep plugging away at it. I noticed that the gcc compiler cannot find some of the makefiles, even though they are right there in plain site. However, pfc (Free Pascal) has no problems with GTK when I include the units ... however, these units probably have the GTK code compiled in and therefore do not need the .so library to function. Ug. Happy Hunting, Travis Beaty Claude, Texas.