Hello,
 
I have tried to build Uncion from SVN sources under Linux x86_32 (Fedora Core 18) and failed.
My actions were:
1) copy SVN sources to /home/oracle/tests/unicon (I have logged in as "oracle" user).
2) make Configure name=x86_32_linux (I repeated that two times for sure)
3) make Unicon 
 
Below is final part of output beginning from point where the first error occured:
 
Making all in uri
make[4]: Entering directory `/home/oracle/tests/unicon/src/libtp/uri'
rm -f liburi.a
../shtool/shtool arx -C ar rc liburi.a uri.o uri_file.o uri_fing.o uri_ftp.o uri_http.o uri_pop.o uri_mail.o uri_schm.o
make[4]: execvp: ../shtool/shtool: Permission denied
make[4]: *** [liburi.a] Error 127
make[4]: Leaving directory `/home/oracle/tests/unicon/src/libtp/uri'
Making the libtp library
make[4]: Entering directory `/home/oracle/tests/unicon/src/libtp'
cd uri && make
make[5]: Entering directory `/home/oracle/tests/unicon/src/libtp/uri'
rm -f liburi.a
../shtool/shtool arx -C ar rc liburi.a uri.o uri_file.o uri_fing.o uri_ftp.o uri_http.o uri_pop.o uri_mail.o uri_schm.o
make[5]: execvp: ../shtool/shtool: Permission denied
make[5]: *** [liburi.a] Error 127
make[5]: Leaving directory `/home/oracle/tests/unicon/src/libtp/uri'
make[4]: *** [uri/liburi.a] Error 2
make[4]: Leaving directory `/home/oracle/tests/unicon/src/libtp'
Making all in tests
make[4]: Entering directory `/home/oracle/tests/unicon/src/libtp/tests'
make[4]: *** No rule to make target `../libtp.a', needed by `daytime'.  Stop.
make[4]: Leaving directory `/home/oracle/tests/unicon/src/libtp/tests'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/oracle/tests/unicon/src/libtp'
make[2]: *** [libtp] Error 2
make[2]: Leaving directory `/home/oracle/tests/unicon/src/common'
make[1]: *** [interp_all] Error 2
make[1]: Leaving directory `/home/oracle/tests/unicon/src/runtime'
make: *** [Icont] Error 2
 
What is wrong? I don't understand.
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to