Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (ANSI-Standard) » undefined reference to `log10'

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
14.07.2009, 16:42 Uhr
Pler
Einer von Vielen
(Operator)


Was ist denn hier los? Verstehe ich nicht ...


C++:
#include <stdio.h>
#include <math.h>
double mylog(double s) {
    return log10(s);
}
int main() {
   mylog(10);
   return 0;
}




Code:
/tmp/ccK1C2fQ.o: In function `mylog':
versuch.c:(.text+0x19): undefined reference to `log10'
collect2: ld returned 1 exit status

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
14.07.2009, 16:49 Uhr
0xdeadbeef
Gott
(Operator)


Link mit -lm.
--
Einfachheit ist Voraussetzung für Zuverlässigkeit.
-- Edsger Wybe Dijkstra
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
14.07.2009, 20:46 Uhr
Pler
Einer von Vielen
(Operator)


Danke!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (ANSI-Standard) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: