This CXXFLAGS= -fuse-cxa-atexit is not working, either. This is what i'm doing: the link error is in svl component. After exporting these flags, i'm running ./configure script, ./bootstrap, source LinuxX86-64Env.Set.sh cd instsetoo_native build --all The same build error in svl. i tried to make clean and partial build svl, but still getting the same link error. Do i have to do a clean build everytime i change the flagsl? I'm thinking of doing clean build just to check whether these flags are working
On Monday, 4 August 2014 7:58 PM, Amali Praveena Soban Kumar <samaliprave...@yahoo.com.au> wrote: Hi dev, Actually, I'm trying to fix a build issue in Ubuntu Linux 14.04. For information about the issue, please refer to bugzilla issue no 124712. I'm stuck and don't know how to proceed. If you have any information, please let me know. Though I can see them set in config.log, why aren't the following flags working? export LIBS = -lc_nonshared.a -lc export LDFLAGS = -static -lc_nonshared.a -lc libc_nonshared.a is trying to find a symbol __cxa_atexit which is defined in libc.a; so I'm trying to link libc.a as well as it looks like the make files aren't linking with libc.a at all. Thanks, Amali.