Unable to ./Configure & Make Unreal 3.2 on FreeBSD 4.10

These are old archives. They are kept for historic purposes only.
Post Reply
Xeon
Posts: 15
Joined: Fri Feb 11, 2005 8:28 pm

Unable to ./Configure & Make Unreal 3.2 on FreeBSD 4.10

Post by Xeon »

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:

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
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:

Code: Select all

You might want to run ./Config or provide some parameters to this script.
./configure --help for information about this script
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.
Last edited by Xeon on Fri Feb 11, 2005 10:01 pm, edited 2 times in total.
Xeon
Posts: 15
Joined: Fri Feb 11, 2005 8:28 pm

Post by Xeon »

BTW, I thought it was also worth mentioning that when I do the ./configure I do not get asked the series of questions that is shown by all the documentation. I'm not sure what's going wrong there.

Any Ideas?
DeadNotBuried
Posts: 44
Joined: Wed Mar 10, 2004 5:30 am
Location: irc.majestic-liaisons.com
Contact:

Post by DeadNotBuried »

do
./Config
which will then ask all the questions
Majestic Liaisons Adult Chat - [url=irc://irc.majestic-liaisons.com:6667]IRC[/url] , Java
Xeon
Posts: 15
Joined: Fri Feb 11, 2005 8:28 pm

Post by Xeon »

That did it!

Thanks DeadNotBuried! It's weird that I didn't run that command a second time after looking at the contents of the folder. I expected it to be spelt with a small c instead a capital and that's how I originally issued the command. When it failed I turned to using the ./configure

At any rate, thanks for your quick reply. Now I can config it up and let her rip!

Xeon
Post Reply