From: Warner Losh (imp@boulder.parcplace.com)
Date: 06/29/93


From: imp@boulder.parcplace.com (Warner Losh)
Subject: Re: ParcPlace's ObjectBuilder/OI HELP!!!
Date: Tue, 29 Jun 1993 16:38:08 GMT

In article <1993Jun29.130945.29250@newshub.ariel.yorku.ca>
fredg@ariel.yorku.ca (Fredrick Gonsalves) writes:
>g++ HelloWorld.C -lOI -lX11 -o HelloWorld
                      ^
                   -lXext

OI uses the shape extention, so you need to link that in as well as
well as xlib. The technical overview book that many of you received
is for the old release of OI (3.x) and this was one of the changes
that happened between 3.x and 4.x. Sorry that we didn't catch it
before now.

In other words, you need to link OI programs -lOI -lXext -lX11.

Warner

-- 
Warner Losh             imp@boulder.parcplace.COM       ParcPlace Boulder
I've almost finished my brute force solution to subtlety.