"... causes overflow in R_X86_... relocation"
Volker Wysk <[email protected]> Sat, 17 Oct 2020 14:42:33 +0200
| Newsgroups | gmane.comp.lang.haskell.glasgow.user |
|---|---|
| Message-ID | <[email protected]> |
Hi. I have a litte program named "svumb", which compiles and links without error or warning message. But when I start it, this happens: build/svumb: Symbol `qtahzmqt5zm0zi7zi0zm4ATcbzzMngNWCbnemaqWUdM_GraphicsziUIziQtahziGeneratedziWidgetsziQMessageBox_setText_closure' causes overflow in R_X86_64_32 relocation (... long list of similar messages ...) build/svumb: Symbol `stg_INTLIKE_closure' causes overflow in R_X86_64_32 relocation build/svumb: error while loading shared libraries: unexpected reloc type 0x0b Do those messages make sense to anyone? What is a "R_X86_64_32 relocation"? What is a "reloc type"? What's happening?? Calling "sudo ldconfig" doesn't help. The program uses the Qtah package, which is a Qt binding for Haskell. It might have something to do with this. It can't be linked statically, because then the following error occurs after starting the compiled and linked program: .../build/svumb: error while loading shared libraries: libqtah.so.0: cannot open shared object file: No such file or directory Compiling it dynamically had worked, but now I have the problem above. Regards, Volker _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE6QXGh82Ov3+2nrxp+K4ydFOsHoUFAl+K5rkACgkQ+K4ydFOs HoX7hQ//T+tGzhjwkrJx9DxxLC8NJjnpKuz1pv+4Gkhm5RsukJc08lO37sRjKKcZ 3owQtFeazoaYp8Ov23IZw1uwx90G0bQUTv8AU5zaawiRsQi27tWInFVQn+jUwiKi 51TTXUH7+LQcxwHTONlpYcc87vYmJYhoQawYFykRblg5T6fu155/6vp3oJB6zVnK ewP5nnlxasEjDO9Ov8CcgI0HT5Lncw1iHoZzQuzD5oLp9Paaj7jSymiMvoi0YdV3 qxIGT5FpO36l7KED2lPpWO6is8ZR7QXXwdkOLC7eQEQbyElbdtKrGencQpExkD1h HrohAIvC8UtO9fw07cvYhjuyuDDcLuFnDuTk9pPD5alz16p400i1Ix9GWI8j117U rl5BrzLxK2cnddV4kfunRYeQG0norN8t9cBbgMbHxpqmJTMB2qdnSdfk0uUtXCyt +38BrHqZG03vuRtZm0EBgGkSw/ILTsFT2sVQMsA7scipYLAAzhXxhF1hdurcGoEw 1osOn2dmF8cCQc+yKb+fScTVHgk7omfwX2XGDF/oWwAhd6nI6PVCzWpa7aPItF29 ZgqnRW4SSxsP0EWZeoh6RumFBfBzJ2Fcojaa2PvO5eWkZSOGL2IhCJyM54c6qmly zh8AoCk1qeSsxG0wdSiqUHCYNOiptXUYV6TcpofCsxh1wzyfcuc= =4Lf+ -----END PGP SIGNATURE-----