Date: Wed, 31 Mar 1999 10:24:41 +0530 From: Prasad Chemburkar <prasad@usa.ltindia.com> To: Gregory Lewis <glewis@dartagnan.maths.adelaide.edu.au> Cc: freebsd-questions@freebsd.org Subject: Re: X Windows development Message-ID: <3701AA91.FBAD871E@usa.ltindia.com> References: <9903310445.AA00512@dartagnan.maths.adelaide.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3701AA91.FBAD871E>