2016-05-10 10 views
1

Ich versuche NS2 2,35 auf Mac OS El Capitan zu installieren Ich habe zeigt dieser Fehler auf, wenn ich ./install64NS2 Installation 2.35 auf Mac OS El Capitan Fehler Gebäude xgraph -lSM Bibliothek nicht gefunden

Ich betreibe verstehe nicht, warum es das zeigt, und ich weiß nicht, wo finden LSM

============================================================ * Build XGraph-12.2 ============================================================ configure: error: expected an absolute directory name for --prefix: .. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am

gcc -g -o xgraph xgraph.o xgX.o hard_devices.o dialog.o hpgl.o ps.o idraw.o xtb.o st.o params.o alloc.o draw.o init.o read.o tgif.o derivative.o -lSM -lICE -lX11 -lm

ld: library not found for -lSM

clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[1]: *** [xgraph] Error 1

make: *** [all] Error 2

Can not create xgraph; But xgraph is an optional package, continuing...

Antwort

0

ld: library not found for -lSM

-lSM bedeutet libSM.so. Aus der X.Org X11 libSM-Bibliothek.

Bitte installieren Sie libSM/libsm, falls verfügbar. Wenn Sie bereits die Laufzeitbibliothek libSM.so.6 > libSM.so.6.0.1 haben, wird ein Symlink funktionieren: # ln -s libSM.so.6.0.1 libSM.so, da xgraph keine der Header-Dateien benötigt: SM.h, SMlib.h, SMproto.h.

Hinweis: xgraph ist ein optionales Paket, wird übersprungen, wenn der Build fehlschlägt.

Hinweis 2: libSM.so ist für ns-2.35 oder andere Anwendungen in ns-allinone-2.35 nicht erforderlich.



Verwandte Themen