Search found 5 matches

by zibada
Mon Nov 06, 2006 11:04 pm
Forum: Unreal 3.2 Support
Topic: Unreal on HP-UX: Unsatisfied symbols
Replies: 8
Views: 3931

IT WORKS !!! ;)

Maybe this information will need to somebody.

First, about my system:

root@zippo:/ uname -a
HP-UX zippo B.11.11 U 9000/811 2008107514 unlimited-user license

root@zippo:/ gcc -v
Reading specs from /usr/bin/../lib/gcc-lib/hppa2.0w-hp-hpux11.00/3.0.1/specs
Configured with: ../gcc-3.0.1/configure ...
by zibada
Sun Nov 05, 2006 6:57 am
Forum: Unreal 3.2 Support
Topic: Unreal on HP-UX: Unsatisfied symbols
Replies: 8
Views: 3931

Today I finished compilling
In file ../src/modules/Makefile I change line:

MODULEFLAGS=-fPIC

to

MODULEFLAGS=-fPIC -shared

and compillation finished normally

after run ircd i get:

root@zippo:/usr/local/ircd ./ircd ...
by zibada
Fri Nov 03, 2006 5:24 pm
Forum: Unreal 3.2 Support
Topic: Unreal on HP-UX: Unsatisfied symbols
Replies: 8
Views: 3931

I compilling UnrealIRC on my linux 2.6 under root, and all was well
I know, that reason not in user

I'm not sure if Unreal even compiles/runs on HP-UX :P

so, for what this lines? :

Unreal3.2/include/config.h , line 489
#ifdef __hpux
#define HPUX
#endif

Unreal3.2/include/modules.h , line 35 ...
by zibada
Fri Nov 03, 2006 1:05 pm
Forum: Unreal 3.2 Support
Topic: Unreal on HP-UX: Unsatisfied symbols
Replies: 8
Views: 3931

Well for a start don't compile as root
That's the reason?
by zibada
Fri Nov 03, 2006 9:10 am
Forum: Unreal 3.2 Support
Topic: Unreal on HP-UX: Unsatisfied symbols
Replies: 8
Views: 3931

Unreal on HP-UX: Unsatisfied symbols

oot@zippo:/usr/Unreal3.2 uname -a
HP-UX zippo B.11.11 U 9000/811

root@zippo:/usr/Unreal3.2 make
Building src
cd modules; make all
gcc -I../include -I/usr/Unreal3.2/extras/regexp/include -I/usr/Unreal3.2/extras/c-ares/include -L../extras/c-ares/li
b -pipe -g -O2 -funsigned-char -fno-strict ...