You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ming LI (JIRA)" <ji...@apache.org> on 2016/10/13 05:33:20 UTC

[jira] [Created] (HAWQ-1098) build error when "configure --prefix" with different directory without running "make distclean" previously

Ming LI created HAWQ-1098:
-----------------------------

             Summary: build error when "configure --prefix" with different directory without running "make distclean" previously
                 Key: HAWQ-1098
                 URL: https://issues.apache.org/jira/browse/HAWQ-1098
             Project: Apache HAWQ
          Issue Type: Bug
          Components: Build
            Reporter: Ming LI
            Assignee: Lei Chang
             Fix For: backlog


Some customer report at:
http://stackoverflow.com/questions/39217467/hawq-installation-on-redhat

If "configure --prefix" with different directory without running "make distclean" previously, it will report building error:
{code}
ld: warning: directory not found for option '-L/Users/gpadmin/workspace/hawq2/apache-hawq/depends/libhdfs3/build/install/Users/gpadmin/workspace/hawq2/hawq-db-devel3/lib'
ld: warning: directory not found for option '-L/Users/gpadmin/workspace/hawq2/apache-hawq/depends/libyarn/build/install/Users/gpadmin/workspace/hawq2/hawq-db-devel3/lib'
ld: library not found for -lhdfs3
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [postgres] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)