The post [1] giving the solution described below said: "I juste added "-lstdc++ -L/usr/lib/gcc-lib/i386-linux/3.2.1" to the PCSC_LIBS variable in the Makefile and it compiles and links. Your path to find the libstdc++.so may be different."
In the post you cited jean-marc has tested "(add lstdc++ -L/usr/lib/gcc-lib/i386-linux/3.2.1 in the PCSC_LIBS)" AND NOT "-lstdc++ -L/usr/lib/gcc-lib/i386-linux/3.2.1" ... there is a lack of "-" ... perhaps it is the solution. Before to modify the makefile it is better to understand the compilation steps! For example the path after "-L" depends of your host even if the beginning is often "/usr/lib/gcc-lib/" Else wait I finish to do the autoconf/automake script for OCFPCSC bridge. The post [1] also said: "PS: please, use Google (or another search engine). In 99% of cases your problem has been solved already." If you search "__gxx_personality_v0" there are many responses. [1] http://archives.neohapsis.com/archives/dev/muscle/2002-q4/0244.html Regards, -- Damien Sauveron Selon Carl Youngblood <[EMAIL PROTECTED]>: > Did you ever figure out this problem? I am having a similar problem > on Fedora Core 2. > > On Fri, 9 Apr 2004 14:58:13 +0200, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Hello, > > I try to install the OCF to PC/SC Lite layer on my RedHat 9.0 but I have > > some problems. > > When I execute the make, i receive an error message during the "ld" part of > > the make : undefined reference to '__gxx_personality_v0'. > > I have seen in the archive that other people have the same problem and a > > solution is proposed for that (add lstdc++ > > -L/usr/lib/gcc-lib/i386-linux/3.2.1 in the PCSC_LIBS). But this solution > > doesn't work. > > Do you have any solution ? > _______________________________________________ > Muscle mailing list > [EMAIL PROTECTED] > http://lists.drizzle.com/mailman/listinfo/muscle > -- Damien Sauveron ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
