Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 05:47:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 220590] math/fftw3: fails to build on armv6 (729 ports skipped)
Message-ID:  <bug-220590-29464-qjNwG3TiP3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220590-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220590-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220590

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
Here's a test case:

$ cat a.c
#include <stdio.h>
#include <math.h>

int main(int argc, char *argv[])
{
  printf("%Lf\n", cosl(5));
  printf("%Lf\n", sinl(5));
  return 0;
}

$ cc a.c -lm -O1 -funsafe-math-optimizations
/tmp/a-718f07.o: In function `main':
a.c:(.text+0x18): undefined reference to `sincos'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220590-29464-qjNwG3TiP3>