Hi all,
I am experimenting some problems trying to compile “kamailio-1.5.0-tls”
with Solaris 5.10.
I have installed the next packages:
Development/Languages
- gcc-3.3.2
- GNU bison v1.35
- GNU flex v2.54
Development/Tools
- GNU make utility v3.80
Finally I just be able to compile in “debug”
mode, but in whatever other mode I obtain the next result:
Makefile:491: warning: overriding
commands for target `/'
Makefile:482: warning: ignoring old
commands for target `/'
Compiling action.c
gcc -g -O9 -funroll-loops
-Wcast-align -Wall -minline-all-stringops -falign-loops -mtune=nocona
-DNAME='"kamailio"' -DVERSION='"1.5.0-notls"'
-DARCH='"x86_64"' -DOS='"solaris"' -DCOMPILER='"gcc
3.4.6"' -D__CPU_x86_64 -D__OS_solaris -D__SMP_no -DCFG_DIR='"/etc/kamailio/"'
-DPKG_MALLOC -DSHM_MMAP -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE
-DHAVE_RESOLV_RES -DSTATISTICS -DCHANGEABLE_DEBUG_LEVEL -DUSE_LOCAL_ROUTE
-DF_MALLOC -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETIPNODEBYNAME
-DHAVE_SYS_SOCKIO_H -DHAVE_SCHED_YIELD -DHAVE_ALLOCA_H -DUSE_SIGACTION
-D_POSIX_PTHREAD_SEMANTICS -DHAVE_DEVPOLL -DHAVE_SELECT -c action.c -o action.o
Assembler: action.c
"/var/tmp//ccSQUbQn.s", line 294 : Syntax error
Near line: " cs ; jl .L47"
"/var/tmp//ccSQUbQn.s", line 395 : Syntax error
Near line: " cs ; jl
.L47"
"/var/tmp//ccSQUbQn.s", line 417 : Syntax error
Near line: " cs ; jl
.L8"
"/var/tmp//ccSQUbQn.s", line 1050 : Syntax error
Near line: " cs ; jl
.L605"
"/var/tmp//ccSQUbQn.s", line 1308 : Syntax error
Near line: " cs ;
jle .L463"
"/var/tmp//ccSQUbQn.s", line 2413 : Syntax error
Near line: " cs ; jl
.L605"
"/var/tmp//ccSQUbQn.s",
line 2506 : Syntax error
Near line: " cs ; jl
.L646"
"/var/tmp//ccSQUbQn.s", line 2626 : Syntax error
Near line: " cs ; js
.L688"
"/var/tmp//ccSQUbQn.s", line 3430 : Syntax error
Near line: " cs ; jl
.L618"
"/var/tmp//ccSQUbQn.s", line 4514 : Syntax error
Near line: " cs ; ja
.L324"
"/var/tmp//ccSQUbQn.s", line 4622 : Syntax error
Near line: " cs ; jl
.L318"
"/var/tmp//ccSQUbQn.s", line 4743 : Syntax error
Near line: " ds ; je
.L510"
"/var/tmp//ccSQUbQn.s", line 4761 : Syntax error
Near line: " cs ; je
.L624"
"/var/tmp//ccSQUbQn.s", line 4813 : Syntax error
Near line: " cs ; jl
.L605"
"/var/tmp//ccSQUbQn.s", line 5025 : Syntax error
Near line: " cs ;
jle .L361"
"/var/tmp//ccSQUbQn.s", line 5082 : Syntax error
Near line: " cs ;
jle .L361"
"/var/tmp//ccSQUbQn.s", line 5151 : Syntax error
Near line: " cs ;
jne .L497"
"/var/tmp//ccSQUbQn.s", line 5229 : Syntax error
Near line: " cs ; je
.L361"
"/var/tmp//ccSQUbQn.s", line 5282 : Syntax error
Near line: " cs ; jl
.L146"
"/var/tmp//ccSQUbQn.s",
line 5318 : Syntax error
Near line: " cs ; jl
.L146"
"/var/tmp//ccSQUbQn.s", line 5371 : Syntax error
Near line: " cs ; je
.L393"
"/var/tmp//ccSQUbQn.s", line 5383 : Syntax error
Near line: " cs ; je
.L361"
"/var/tmp//ccSQUbQn.s", line 5473 : Syntax error
Near line: " cs ; jl
.L146"
"/var/tmp//ccSQUbQn.s", line 5653 : Syntax error
Near line: " ds ;
jne .L718"
"/var/tmp//ccSQUbQn.s", line 5766 : Syntax error
Near line: " cs ;
jle .L731"
"/var/tmp//ccSQUbQn.s", line 6024 : Syntax error
Near line: " cs ;
jle .L768"
make: *** [action.o] Error 1
Do you have some ideas and/or suggestions about what
could happen?
Thanks in advance.
Victor.