Superuser

Autor Thema: SGI STL Implementation  (Gelesen 4769 mal)

proxima

  • Gast
SGI STL Implementation
« am: 05. Oktober 2008, 16:23:12 »
Hallo Board,

bei SGi kann man ja die STL runterladen. Wo genau im Sys muss ich die Headers einpflegen und wie sage ich dem cc (mipspro 7.2.1), daß er die auch benutzen soll?

Hintergrund: Ich will spasseshalber KDE1 auf der Indy selber bauen, und das configure der kdelibs verlangt STL  ::)
Ein einfaches Kopieren nach /usr/local/include reichte leider nich.


mood-indigo.org - Das unabhängige Silicon Graphics User Forum

SGI STL Implementation
« am: 05. Oktober 2008, 16:23:12 »

Offline Ten Little Indyans

  • Mood Junior
  • **
  • Beiträge: 81
  • The Indy is an Indigo without the "go".
    • Profil anzeigen
Re: SGI STL Implementation
« Antwort #1 am: 05. Oktober 2008, 18:39:16 »
Ein einfaches Kopieren nach /usr/local/include reichte leider nich.

http://www.sgi.com/tech/stl/FAQ.html

Zitat
How do I install the SGI STL?
You should unpack the STL include files in a new directory, and then use the -I (or /I) option to direct the compiler to look there first. We don't recommend overwriting the vendor's include files.

Der Compiler muss auch wissen das er in /usr/local/include suchen soll.