... lib / crt1.o:在函数'_start'中:(.text + 0x18):使用IDL6.2

时间:2019-01-18 15:16:30

标签: linux gcc idl

我正在尝试使用CentOS7中的IDL6.2构建一个旧程序,该程序最初是为RHEL3构建的,并在RHEL5中运行。 但是,当我尝试在CentOS7中制作时,出现以下错误。 可能是兼容性问题吗?我该如何解决?

谢谢!

/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'

1 个答案:

答案 0 :(得分:0)

找到问题的根源! Automake 1.9(在RHEL5中)和1.13(在CentOS7中)之间不兼容。