Check the install script... Sometimes install looks for the executable in a certain place like subdirectory under the source code directory. Most of the time we use the subdirectory called "solaris". If you are saying your program is compiling you should be able to find a test_dynamic.o and test_dynamic*. Make sure you these files are in the proper place for the install script.
I fixed it. Was installing a 64 bit program, but only had the 32 bit modules installed. By the way, test_dynamic is the target whenever you run "make test" if your program doesnt have make test capability it will fail.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.