Rob Lahaye wrote: > > "Suhaib M. Siddiqi" wrote: > > Rob Lahaye wrote: > > > Any idea what I need to do to link libXp correctly? > > > > > > > Yes. > > > > -L/usr/X11R6/lib -lXp > > g++ -L/usr/X11R6/lib myprog.c -lXp
g++ -L/usr/X11R6/lib myprog.c -lXp -lX11 or even more X libs. But give that a try. Christian
