From 333ec38b9a3a5a9d0f0fb03a97c004710ef525de Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 31 Mar 2005 14:16:18 +0000 Subject: link_error exception introduced --- (limited to 'lib') diff --git a/lib/component_factory.cc b/lib/component_factory.cc index a5ced6b..2a2eefe 100644 --- a/lib/component_factory.cc +++ b/lib/component_factory.cc @@ -172,8 +172,7 @@ namespace sitecing { // TODO: "g++" configurable int rv = execute("g++",args,stdO,stdE); if(! (WIFEXITED(rv) && !WEXITSTATUS(rv)) ) - // TODO:TODO: linker_error - throw compile_error(CODEPOINT,"failed to link component",noro); + throw link_error(CODEPOINT,"failed to link component",noro); return; }catch(utility_no_prefix& unp) { throw konforka::exception(CODEPOINT,"component is outside of component root"); -- cgit v0.9.0.2