Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2013 12:40:01 GMT
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/181003: multimedia/gstreamer not build with clang
Message-ID:  <201308031240.r73Ce1lt041422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181003; it has been noted by GNATS.

From: Koop Mast <kwm@rainbow-runner.nl>
To: bug-followup@FreeBSD.org, vsityz@gmail.com
Cc:  
Subject: Re: ports/181003: multimedia/gstreamer not build with clang
Date: Sat, 03 Aug 2013 14:30:31 +0200

 Gstreamer ports already us USE_GCC=any so it uses gcc from base, because 
 clang has a crasher bug while compiling clang.
 
 See the snippet  below, Gcc should work with the -Qunused-* flags, by 
 just ignoring them. However it fails with the -Oz flag. Can you remove 
 that flags and try again?
 
 -Koop
 
 configure:4496: checking whether the C compiler works
 configure:4518: gcc -Oz -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe 
 -Qunused-arguments -Qunused-parameter -Wformat -Wformat-security -O2 
 -Wno-format -fno-strict-aliasing -D_FORTIFY_SOURCE=2 
 -I/usr/local/include -L/usr/local/lib conftest.c >&5
 gcc: unrecognized option '-Qunused-arguments'
 gcc: unrecognized option '-Qunused-parameter'
 cc1: error: invalid option argument '-Oz'
 configure:4522: $? = 1
 configure:4560: result: no
 configure: failed program was:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308031240.r73Ce1lt041422>