Re: Compiling stdc++ with strong symbol versioning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Ian Lance Taylor-3 wrote:
> 
>> Michael Dehmlow wrote:
>>> 
>>> 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?
> 
> --enable-symvers=gnu-versioned-namespace
> 
> It's "namespace", not "namespaces".
> 
Are you sure? according to this
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24660 its namespaces I'm trying
it anyway.


Ian Lance Taylor-3 wrote:
> 
> It's goofy, but you have to walk backward.  E.g., use current gcc to
> build gcc 4.0, use gcc 4.0 to build gcc 3.3.  You may have to put more
> versions in there.
> 
So it turns out that i have gcc34 installed should I do a find and replace
in the generated make file for gcc ->gcc34 I assume there is a better way.
Googleing told me to rm the gcc link and sym link /usr/bin/gcc->gcc34 but
that seems unwise and a bit wrong because the gcc I have in my /usr/bin is
NOT a sym link its the actual executable.

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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux