ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: community@altlinux.ru
Subject: [Comm] Re: gcc
Date: Sat, 17 May 2003 17:50:54 +0400
Message-ID: <20030517135054.GA2701@solemn.turbinal.org> (raw)
In-Reply-To: <1053172304.2372.1.camel@localhost>

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

On Sat, May 17, 2003 at 03:51:44PM +0400, Andrey Golovin wrote:
> А Вы попробуйте :) ГЦЦ 2.х чудненько создает программу с этой опцией без
> -lm так как встраивает всю математику непосредственно в программу и
> никакие библиотеки ей не нужны. С ГЦЦ 3 не пробовал.

$ cat mtest.c
main(){cos(1);}
$ gcc-2.96 mtest.c -ffast-math
cc3uIFRO.o: In function `main':
cc3uIFRO.o(.text+0x11): undefined reference to `cos'
collect2: ld returned 1 exit status
$ gcc-2.96 mtest.c -ffast-math -lm
$

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2003-05-17 13:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-15 18:10 [Comm] gcc Andrey Rybak
2003-05-15 19:04 ` [Comm] gcc Alexey Tourbin
2003-05-16  8:24   ` Andrey Rybak
2003-05-16 13:25     ` Alexey Tourbin
2003-05-16 13:57       ` Andrey Rybak
2003-05-16 19:48         ` Alexey Tourbin
2003-05-19 11:17     ` Andrey Rybak
2003-05-19 12:08       ` Alexey Tourbin
2003-05-16 22:29   ` Andrey Golovin
2003-05-17  0:32     ` Alexey Tourbin
2003-05-17 11:51       ` Andrey Golovin
2003-05-17 13:45         ` Vitaly Lugovsky
2003-05-17 13:50         ` Alexey Tourbin [this message]
2003-05-17 13:39     ` Vitaly Lugovsky

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=20030517135054.GA2701@solemn.turbinal.org \
    --to=at@altlinux.ru \
    --cc=community@altlinux.ru \
    /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