gghyoo / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

'make check' fails on HP-UX B.11.31 U IA64 #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gzip -dc gtest-1.1.0.tar.gz | tar xf -
2. ./configure
3. make
4. make check

What is the expected output? What do you see instead?

source='samples/sample1_unittest.cc' object='samples/sample1_unittest.o'
libtool=no \
DEPDIR=.deps depmode=none /bin/sh ./config_aux/depcomp \
aCC -DHAVE_CONFIG_H -I. -I. -I./config_aux  -I. -I./include   -g -c -o
samples/sample1_unittest.o samples/sample1_unittest.cc
/bin/sh ./libtool --tag=CXX --mode=link aCC  -g   -o
samples/sample1_unittest  samples/sample1_unittest.o lib/libgtest_main.la
samples/libsamples.la 
aCC -g -o samples/.libs/sample1_unittest samples/sample1_unittest.o 
lib/.libs/libgtest_main.so
/home/ademin/src/Tools/gtest/gtest-1.1.0/lib/.libs/libgtest.so
samples/.libs/libsamples.a
ld: Can't find dependent library "libgtest.so.0"
Fatal error.
make[1]: *** [samples/sample1_unittest] Error 1
make[1]: Leaving directory `/home/ademin/src/Tools/gtest/gtest-1.1.0'
make: *** [check-am] Error 2

What version of the product are you using? On what operating system?

Google Test: 1.1.0
Platform: HP-UX B.11.31 U ia64
Compiler: aCC: HP C/aC++ B3910B A.06.20 [May 13 2008]

Please provide any additional information below.

Original issue reported on code.google.com by ade...@gmail.com on 17 Nov 2008 at 10:17

GoogleCodeExporter commented 9 years ago
Many portability issues have been fixed in the trunk.  The fixes will be 
included in
1.2.0, which will be released soon.  Please re-open the issue if you still run 
into
the problem with gtest-1.2.0.  Thanks!

Original comment by shiq...@gmail.com on 26 Nov 2008 at 10:34