On Mon, Apr 14, 2003 at 12:20:38PM +0930, Ian Grant wrote: > chikara# ./teapot > Shared object "libGL.so.1" not found > [...] > when I compiled the .c file i used the -L/usr/X11R6/lib flag > what could have caused this error ? Add -Wl,-R/usr/X11R6/lib to that and you should be fine. -- Soren Jacobsen