installations-/compilierungsproblem

fLaSh84

fLaSh84

Aktives Mitglied
Thread Starter
Dabei seit
25.07.2004
Beiträge
1.550
Reaktionspunkte
19
huhu, hab mir fürs studium ne mathesoftware runtergladen (gnuplot 4.0.0) und wollts grad installieren um bisschen damit rumzuspielen.
hier die installationsanleitung:
Installing gnuplot
Open the Terminal, and become superuser by typing in su and typing-in your root password when asked to do so. Then cd to the folder where you downloaded gnuplot (for example /Users/goofy/downloads):
cd /Users/goofy/downloads

Unpack the archive:
tar -zxvf gnuplot-3.8i.0.tar.gz

Go into the newly created directory:
cd gnuplot-3.8i.0

Configure gnuplot (don't break the line):
./configure --prefix=/sw --without-gd --mandir='${prefix}/share/man' --with-readline=gnu --enable-mouse --enable-pm3d --with-png --with-pdf --enable-filledboxes --enable-relative-boxwidth --enable-thin-splines

If you don't have libpng installed, remove the command --with-png. If you don't have teTeX installed or any Terminal-based TeX/LaTeX installation, remove the command --with-pdf.

When it's done, compile:
make

When it's done, install gnuplot:
make install

When it's done, resign from superuser:
exit

Now you should have a working installation of gnuplot in /sw/bin/gnuplot.
ich hab weder lippng noch latex, deshalb hab ich diese commands wie beschrieben rausgenommen. bis zu dem schritt klappts gut. es steht dann folgendes da
Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
wenn ich dann "make" eingebe kommt
Code:
make: Command not found.

kann die installation dann logischerweise nicht beenden. was brauch ich noch damit das ding läuft?

danke
 
Die Installation der Developer Tools hilft dir auf jeden Fall weiter, weil mit dem Paket ein C-Compiler(gcc) und das Make-Kommando installiert werden.
Wie man diese Tools einzeln installiert kann ich dir leider nicht sagen (2-Wochen Mac-User)
 
Sorry, aber wenn du mit der Fehlermeldung nicht klar kommst solltest du vielleicht lieber hier gucken.

Oder es findet sich jemand der dir (absoluter Programmier-Neuling, richtig? ;)) im Crash-Kurs den Umgang mit Xcode (bzw. einzelnen Tools) und nem Unix-Terminal beibringt.


Gruß,

?=?
 
Zurück
Oben Unten