Unable to ./Configure & Make Unreal 3.2 on FreeBSD 4.10
Posted: Fri Feb 11, 2005 8:57 pm
I have been trying to compile Unreal 3.2 on FreeBSD 4.10 for a few days now and I'm not having any success.
It appears to configure ok but doesn't ask any interactive questions and when I do a make I get the following output:
Another odd thing is that if I just do a ./configure without doing the --prefix=<path> It will not configure. I'm not sure if this is the proper behavior but I thought it was worth noting. This is the message I get back if I just do a ./configure:
Any one here who has successfully compiled Unreal on FreeBSD 4.10, I'd love to hear from you on what you did to get it to work and of course any feedback which may help with this matter would be greatly appreciated.
It appears to configure ok but doesn't ask any interactive questions and when I do a make I get the following output:
Code: Select all
<snip>
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:122: undefined reference to `UMODE_OPER'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:122: undefined reference to `UMODE_HIDE'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:124: undefined reference to `RCallbacks'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:130: undefined reference to `UMODE_OPER'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:130: undefined reference to `UMODE_LOCOP'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:130: undefined reference to `UMODE_HIDEOPER'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:130: undefined reference to `ircsprintf'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:139: undefined reference to `me'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:139: undefined reference to `getreply'
/var/db/pkg/Unreal3.2/src/modules/m_userip.c:139: undefined reference to `sendto_one'
*** Error code 1
Stop in /var/db/pkg/Unreal3.2/src/modules.
*** Error code 1
Stop in /var/db/pkg/Unreal3.2/src.
*** Error code 1
Code: Select all
You might want to run ./Config or provide some parameters to this script.
./configure --help for information about this script