ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] компиляция математических функции gcc
@ 2009-11-13 19:17 Aleksander Gorohovski
  2009-11-13 19:22 ` Andrey Rahmatullin
  0 siblings, 1 reply; 3+ messages in thread
From: Aleksander Gorohovski @ 2009-11-13 19:17 UTC (permalink / raw)
  To: ALT Linux Community

Уважаемое сообщество
Доброго времени суток!

Извиняюсь, возможно, за простой вопрос.
Подскажите из-за чего может происходить
ошибка компиляции математических функций
gcc, например,

#include <math.h>

int main (void)
{
     double a, b;
     a = 9;
     b = sqrt(a);
}

компилирую
gcc test.c

выдает сообщение об ошибке
/home/aleksander/tmp/ccpHXCPe.o: In function `main':
hello.c:(.text+0x42): undefined reference to `sqrt'

Интересно, если для sqrt задать константу
     b = sqrt(9);
то ошибки компиляции gcc не возникает.


p.s.
Следует отметить, что компиляция с помощью
g++
проходит без ошибок.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-13 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-13 19:17 [Comm] компиляция математических функции gcc Aleksander Gorohovski
2009-11-13 19:22 ` Andrey Rahmatullin
2009-11-13 19:31   ` Aleksander Gorohovski

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git