Hello,
- this is more a support issue, so for this kind of problem I would recommend you to contact directly your support center -
Some hints:
- are your using a 32bits or 64bits Linux ? GDC is today only 32bits, so you either need a 32b linux, or you need to have 32b compat libraries installed. - We plan to release new comming 2.21 in 32b or in 64b to solve this issue.
- to follow Qt rules, we now provide Qt as share library ; this means you need to either have all Qt libraries installed in your system (including QTest), or to use the one we provides - and then have LD_LIBRARY_PATH pointing to gdc/bin.
- in 2.21, we will not suggest to use system Qt, as we're never sure about how they have been installed. gdc/bin/gdc will be a script setting the right environment and calling the real executable. Up to you to change the script if you really need to use your own libs.
So to sum up, if you're running a 32b machine (or 64 with 32b compat libs), check if LD_LIBRARY_PATH is correctly set ; if this does not solve the issue, contact your support center with all information (uname -a ; ldd gdc/bin/gdc ...)
Regards,
Pierre-Nicolas