I am trying to build an old program using IDL6.2 in CentOS7, which was originally built for RHEL3 and runs in RHEL5. However, when I try to make it in CentOS7, I get the error bellow. May that be an compatibility problem? How can I solve it?
Thanks!
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
XXX.o: In function `XXX(std::string const&)':
XXX.h:204: undefined reference to `IDL_Message'
XXX.o: In function `XXX(int, IDL_VARIABLE**)':
XXX.cpp:217: undefined reference to `IDL_MessageVE_REQSTR'
XXX.cpp:218: undefined reference to `IDL_MessageVE_REQSTR'
XXX.cpp:271: undefined reference to `IDL_GettmpInt'