This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling stdc++ with strong symbol versioning




Ian Lance Taylor-3 wrote:
> 
> Michael Dehmlow <dehmlowm@gmail.com> writes:
> 
> You need to rebuild the whole compiler.  http://gcc.gnu.org/install/ .
> Pass the --enable-symvers option to the top level configure script.
> 
> Ian
> 

So I configured gcc 4.3.2 with configure
-enable-symvers=gnu-versioned-namespaces and when I ran make after about
half an hour of building I got:
configure: error: Unknown argument to enable/disable symvers
make[1]: *** [configure-target-libgomp] Error 1

Any thoughts?

-- 
View this message in context: http://www.nabble.com/Compiling-stdc%2B%2B-with-strong-symbol-versioning-tp23618767p23642619.html
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]