Re: Version 1.01, link problem on SGI

Damir Buskulic (buskulic@lapp.in2p3.fr)
Fri, 4 Jul 1997 12:54:12 +0200 (METDST)


Did you try to link SM and ICE libs, if they exist ? On my MkLinux box, I
have to do add -lSM -lICE in order to compile

Damir

=====================================================================
| Damir Buskulic | Universite de Savoie/LAPP |
| | Chemin de Bellevue, B.P. 110 |
| Tel : +33 (0)450091600 | F-74941 Annecy-le-Vieux Cedex |
| e-mail: buskulic@lapp.in2p3.fr | FRANCE |
=====================================================================
mailto:buskulic@lapp.in2p3.fr

On Fri, 4 Jul 1997, Robert Loke wrote:

> Trying to link the root stuff on a SGI, I got the problem of unresolved
> symbols. The following symbols are acquainted:
>
> SmcCloseConnection
> SmcModifyCallbacks
> SmcClientID
> SmcOpenConnection
> SmcGetIceConnection
> IceConnectionNumber
> SmcSetProperties
> SmcDeleteProperties
> IceProcessMessages
> SmcSaveYourselfDone
> SmcInteractDone
> SmcInteractRequest
> SmcRequestSaveYourselfPhase2
>
>
> Following libs have been linked:
>
> -L$(ROOTSYS)/lib -lBase -lCint -lClib -lCont -lFunc -lGraf \
> -lGraf3d -lHist -lHtml -lMeta -lMinuit -lNet \
> -lPostscript \
> -lProof -lTree -lUnix -lZip -lGpad -lGX11 -lMotif \
> -lWidgets -lX3d -L/usr/local/X11R6/lib -lXm -lXpm \
> -lXt -lXext -lX11 -lg++ -lm -ldl -Wl,-u,__builtin_new \
> -Wl,-u,__builtin_delete -Wl,-u,__nw__FUiPv
>
> I know, I'm probably ahead the time schedule, since the release was
> scheduled for end of July, but I had to update the running version and
> there's no g++-compiled version of 1.00/10 available (as far as I've
> seen). Nevertheless, this is rather nasty. Is it possible to remove this
> problem? Or did I missed to link a further lib?
>
> Thanks, Robert
>