From owner-freebsd-questions Tue Mar 30 20:58:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay.ltindia.com (unknown [202.54.20.68]) by hub.freebsd.org (Postfix) with ESMTP id C45041512B for ; Tue, 30 Mar 1999 20:57:50 -0800 (PST) (envelope-from prasad@usa.ltindia.com) Received: from partha.ltindia.com (usa.ltindia.com [210.146.186.131]) by mailrelay.ltindia.com (8.8.7/8.8.7) with ESMTP id KAA21781; Wed, 31 Mar 1999 10:48:10 -0500 Received: from prasad ([172.17.3.120]) by partha.ltindia.com (8.8.7/8.8.7) with ESMTP id KAA19758; Wed, 31 Mar 1999 10:30:33 +0530 Message-ID: <3701AA91.FBAD871E@usa.ltindia.com> Date: Wed, 31 Mar 1999 10:24:41 +0530 From: Prasad Chemburkar X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: Gregory Lewis Cc: freebsd-questions@freebsd.org Subject: Re: X Windows development X-Priority: 3 (Normal) References: <9903310445.AA00512@dartagnan.maths.adelaide.edu.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi! thanks for prompt reply i treid the command which u posted but i got following errors source code i have downloaded form freeBSD site. # cc -I/usr/X11R6/include hello.c -L/usr/X11R6/lib -lXm -lXt -lX11 /usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath) /usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, no t found (try using --rpath) /usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone' /usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber' /usr/X11R6/lib/libXt.so: undefined reference to `SmcDeleteProperties' /usr/X11R6/lib/libXt.so: undefined reference to `IceProcessMessages' /usr/X11R6/lib/libXt.so: undefined reference to `SmcRequestSaveYourselfPhase2' /usr/X11R6/lib/libXt.so: undefined reference to `SmcInteractDone' /usr/X11R6/lib/libXt.so: undefined reference to `SmcCloseConnection' /usr/X11R6/lib/libXt.so: undefined reference to `SmcSetProperties' /usr/X11R6/lib/libXt.so: undefined reference to `SmcOpenConnection' /usr/X11R6/lib/libXt.so: undefined reference to `SmcInteractRequest' /usr/X11R6/lib/libXt.so: undefined reference to `SmcModifyCallbacks' /usr/X11R6/lib/libXt.so: undefined reference to `SmcClientID' /usr/X11R6/lib/libXt.so: undefined reference to `SmcGetIceConnection' i think libSM.so.6 and libICE.so.6 not there no system from where to install this, secondly why alway total path for include has to be given in spite of path set. can u help please. bye prasad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message