Hi
Thanks for trying to help.
I did not see anything on that page you mentioned that i think is relevant.

I just tried on ubuntu 16.04 64bit in a virtual machine, there it compiles fine, just like on ubuntu 14.04 64bit.
So my guess now is that it is somehow related to that 32bit machine.

Well, what details can i give? It's a simple .pro file with some .c and some .h
On 64bit machines qmake/make produce an executable, on a 32bit machine it does not.
Qt Code:
  1. TEMPLATE = app
  2. TARGET =
  3. DEPENDPATH += .
  4. INCLUDEPATH += .
  5. QT -= gui
  6.  
  7. # Input
  8. HEADERS += swedate.h \
  9. swedll.h \
  10. swehouse.h \
  11. swejpl.h \
  12. swenut2000a.h \
  13. sweodef.h \
  14. swepcalc.h \
  15. sweph.h \
  16. swephexp.h \
  17. swephlib.h \
  18. swemptab.c
  19. SOURCES += swecl.c \
  20. swedate.c \
  21. swehel.c \
  22. swehouse.c \
  23. swejpl.c \
  24. swemmoon.c \
  25. swemplan.c \
  26. swemptab.c \
  27. swepcalc.c \
  28. swepdate.c \
  29. sweph.c \
  30. swephlib.c \
  31. swetest.c
To copy to clipboard, switch view to plain text mode