From: "Aleksander Gorohovski" <angel@feht.dgtu.donetsk.ua> To: "ALT Linux Community" <community@lists.altlinux.org> Subject: [Comm] компиляция математических функции gcc Date: Fri, 13 Nov 2009 21:17:18 +0200 Message-ID: <op.u3ck64a1y60z1c@localhost.localdomain> (raw) Уважаемое сообщество Доброго времени суток! Извиняюсь, возможно, за простой вопрос. Подскажите из-за чего может происходить ошибка компиляции математических функций 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++ проходит без ошибок.
next reply other threads:[~2009-11-13 19:17 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2009-11-13 19:17 Aleksander Gorohovski [this message] 2009-11-13 19:22 ` Andrey Rahmatullin 2009-11-13 19:31 ` Aleksander Gorohovski
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=op.u3ck64a1y60z1c@localhost.localdomain \ --to=angel@feht.dgtu.donetsk.ua \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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