It compiled now Maxim !! , thanks alot for your efforts

just a simple note : you should take in your consideration that the default
gnu make on solaris 10 is gmake not make
and to avoid the problem of editing the Makefile I linked my gmake with make
symlink

make  all-am
make[1]: Entering directory `/usr/share/src/rtpproxy'
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo";
exit 1; fi
main.c: In function `main':
main.c:787: warning: unsigned int format, pid_t arg (arg 3)
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT rtp_server.o -MD -MP -MF ".deps/rtp_server.Tpo" -c -o rtp_server.o
rtp_server.c; \
then mv -f ".deps/rtp_server.Tpo" ".deps/rtp_server.Po"; else rm -f
".deps/rtp_server.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT rtpp_record.o -MD -MP -MF ".deps/rtpp_record.Tpo" -c -o
rtpp_record.o rtpp_record.c; \
then mv -f ".deps/rtpp_record.Tpo" ".deps/rtpp_record.Po"; else rm -f
".deps/rtpp_record.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT rtpp_util.o -MD -MP -MF ".deps/rtpp_util.Tpo" -c -o rtpp_util.o
rtpp_util.c; \
then mv -f ".deps/rtpp_util.Tpo" ".deps/rtpp_util.Po"; else rm -f
".deps/rtpp_util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT rtp.o -MD -MP -MF ".deps/rtp.Tpo" -c -o rtp.o rtp.c; \
then mv -f ".deps/rtp.Tpo" ".deps/rtp.Po"; else rm -f ".deps/rtp.Tpo"; exit
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT rtp_resizer.o -MD -MP -MF ".deps/rtp_resizer.Tpo" -c -o
rtp_resizer.o rtp_resizer.c; \
then mv -f ".deps/rtp_resizer.Tpo" ".deps/rtp_resizer.Po"; else rm -f
".deps/rtp_resizer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT rtpp_session.o -MD -MP -MF ".deps/rtpp_session.Tpo" -c -o
rtpp_session.o rtpp_session.c; \
then mv -f ".deps/rtpp_session.Tpo" ".deps/rtpp_session.Po"; else rm -f
".deps/rtpp_session.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT rtpp_command.o -MD -MP -MF ".deps/rtpp_command.Tpo" -c -o
rtpp_command.o rtpp_command.c; \
then mv -f ".deps/rtpp_command.Tpo" ".deps/rtpp_command.Po"; else rm -f
".deps/rtpp_command.Tpo"; exit 1; fi
rtpp_command.c: In function `handle_command':
rtpp_command.c:607: warning: implicit declaration of function `alloca'
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT rtpp_log.o -MD -MP -MF ".deps/rtpp_log.Tpo" -c -o rtpp_log.o
rtpp_log.c; \
then mv -f ".deps/rtpp_log.Tpo" ".deps/rtpp_log.Po"; else rm -f
".deps/rtpp_log.Tpo"; exit 1; fi
gcc -std=gnu99 -Wall -Wno-uninitialized -g -O2  -lsocket -lnsl -lxnet -lrt
-o rtpproxy  main.o rtp_server.o rtpp_record.o rtpp_util.o rtp.o
rtp_resizer.o rtpp_session.o rtpp_command.o rtpp_log.o -lm
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -std=gnu99 -Wall -Wno-uninitialized -g
-O2 -MT makeann.o -MD -MP -MF ".deps/makeann.Tpo" -c -o makeann.o makeann.c;
\
then mv -f ".deps/makeann.Tpo" ".deps/makeann.Po"; else rm -f
".deps/makeann.Tpo"; exit 1; fi
gcc -std=gnu99 -Wall -Wno-uninitialized -g -O2  -lsocket -lnsl -lxnet -lrt
-o makeann  makeann.o
make[1]: Leaving directory `/usr/share/src/rtpproxy'

Regards
_______________________________________________
Users mailing list
Users@rtpproxy.org
http://lists.rtpproxy.org/mailman/listinfo/users

Reply via email to