Hi,

thanks for reporting this. However, this seems a bit tricky to fix -- the linker command doesn't even mention -lstdc++ so I'm not sure how to change the directory.

In any case you are using a libgwenhywfar that is installed in /usr/lib instead of /usr/lib64, which implies that /usr/lib/ is used for library lookup, too. Is it possible to change your gwenhywfar installation from /usr/lib to /usr/lib64, i.e. remove all /usr/lib/*gwenhywfar*, configure it again with --libdir=/usr/lib64 and install again? Maybe this fixes this problem.

Christian

Bob Ewart schrieb:
I'm trying to make aqbanking-1.8.1beta on a SUSE 10.0 64-bit system.

As you can see from the make.log, it's trying to link to /usr/lib/libstdc++.so where it should be going to /usr/lib64/libstdc++.so.

/usr/lib/libstdc++.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[4]: *** [libaqbankingpp.la] Error 1

How do I get it to use /usr/lib64/?

Thanks.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Aqbanking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to