The only relevant item I can find on Sun's site seems to indicate that this is probably an error finding the right template instantiations to link into the library.
Has anyone else solved this?
Richard Jensen
mailto:rjensen@persistence.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-01-22
I received a suggestion to try the configure with --disable-shared --enable-static.
I ended up with the same error message.
Richard Jensen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I ran sh ./configure and then make.
Things seem to go fine up to the point of trying to build the cppunit library. The command looks like:
CC -xar -o .libs/libcppunit.a [...list of .os]
And the error I get is:
SunWS_cache: Error: Error occurred in invoked compiler, [process exec failure, errno = 2]. Aborting....
The only relevant item I can find on Sun's site seems to indicate that this is probably an error finding the right template instantiations to link into the library.
Has anyone else solved this?
Richard Jensen
mailto:rjensen@persistence.com
I received a suggestion to try the configure with --disable-shared --enable-static.
I ended up with the same error message.
Richard Jensen