This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

undefined symbols all of standard functions


Hi,

I have built an app with g++ (Red Hat 3.4.3-9.EL4), glibc 2.3.4-2 und
libstdc++ -v3 of AMD x86-64(Kernel 2.6.9-5 Elsmp).

but what I have gotten is Segmentation fault (core dumped).

the following is list of undefined symbols

> nm -u <myapp>
                 U atol@@GLIBC_2.2.5
                 U exit@@GLIBC_2.2.5
                 U fprintf@@GLIBC_2.2.5
                 U getenv@@GLIBC_2.2.5
                 U gets@@GLIBC_2.2.5
                 U gettimeofday@@GLIBC_2.2.5
 ....

Could you help me, what's happen? why is GLIBC_2.2.5 in replace of 2.3.4-2?
How can i do now?

Thanks



-- 
View this message in context: http://www.nabble.com/undefined-symbols-all-of-standard-functions-tf4142832.html#a11784773
Sent from the gcc - libstdc++ 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]