[Coin-discuss] cannot find install-sh

Lou Hafer lou at cs.sfu.ca
Sat May 24 16:13:40 EDT 2008


Matt,

> FYI -- trunk downloads, but fails unit test...
> gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.1)

	I vote with Stefan --- works for me.  Here's my guess (95%):  You're
doing an optimised build of the unit test.  GCC 3.x series (3.4 in particular)
compilers do not do well with the -fomit-frame-pointer option, which Coin uses
by default in an optimised build.  The sympton is a core dump on a throw.  If
the debug build runs without issue, this is most likely your problem.  You'll
need to find a new compiler or set the flags by hand.  See

https://projects.coin-or.org/BuildTools/wiki/current-issues
https://projects.coin-or.org/BuildTools/wiki/user-comments#UserComments

and related troubleshooting pages.

							Lou




More information about the Coin-discuss mailing list