Re: Failed to build 1.7.0-rc2 on IBM AIX 5.3

2011-09-05 Thread 이수민
it solved all the problem. build completed. thank you. :-) > If you undo the changes in build-outputs.mk then you should be able to > build using: > > make EXTRA_LDFLAGS='-lz -L/home/citest/target/zlib/lib' > > Can you confirm that? > > -- > uberSVN: Apache Subversion Made Easy > http://www.uberSV

Re: Failed to build 1.7.0-rc2 on IBM AIX 5.3

2011-09-05 Thread Philip Martin
이수민 writes: > and when i changed all the targets in build-outputs.mk, it works. > i added link options: '-lz -L/home/citest/target/zlib/lib' If you undo the changes in build-outputs.mk then you should be able to build using: make EXTRA_LDFLAGS='-lz -L/home/citest/target/zlib/lib' Can you confi

Re: Failed to build 1.7.0-rc2 on IBM AIX 5.3

2011-09-04 Thread 이수민
Thanks for your reply. I tried below command. but failed. $ /bin/sh /home/citest/subversion-1.7.0-rc2/libtool --tag=CC --verbose --mode=link gcc -all-static -static -g -O2 -g -O2 -pthread -Werror=implicit-function-declaration -lz -rpath /home/citest/target/svn/lib -o svn add-cmd.lo blame-cmd

Re: Failed to build 1.7.0-rc2 on IBM AIX 5.3

2011-09-02 Thread Philip Martin
이수민 writes: > $ make EXTRA_LDFLAGS=-lz > cd subversion/svn && /bin/sh > /home/citest/subversion-1.7.0-rc2/libtool --tag=CC --silent > --mode=link gcc -all-static -static -g -O2 -g -O2 -pthread > -Werror=implicit-function-declaration -lz -rpath > /home/citest/target/svn/lib -o svn add

Failed to build 1.7.0-rc2 on IBM AIX 5.3

2011-09-02 Thread 이수민
I tried first when beta2 released. see: http://mail-archives.apache.org/mod_mbox/subversion-dev/201108.mbox/%3ccacfzxxbch01dgaxqnsvdsujtp-0y5juq+zyccfuw69nvrm3...@mail.gmail.com%3E I think problem not solved yet. My Operating System dosen't have zlib in standard path. And I can't install it becau