j'ai un gros pb: j'ai fait une application sous linux utilisant la librairie Xm ke je compile et ki marche sans pb,
le truc c'est que je dois porter cette application sous solaris...
au debut je me sui dis ke y'aurait pas de pb car j'avais verifier ke la librairie xm etait presente sur les stations sun
mais le truc c'est ke lorsque je lance la compilation il me met:
Undefined first referenced
symbol in file
XtVaCreateManagedWidget /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtManageChild /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtAddCallback /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtVaAppInitialize /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtAppMainLoop /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtPopup /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtRealizeWidget /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtMalloc /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtFree /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
XtUnmanageChild /var/tmp//ccbhKs69.o (symbol belongs to implicit dependency /usr/openwin/lib/libXt.so.4)
oui je vous ai mis la totale
le truc c'est ke je sais pas comment faire pour virer ces messages et pouvoir compiler..
j'ai verifier les librairie xm sous solaris sont identiques a celles sous linux, donc je comprend pas pourquoi ca marche pas....