Re: /usr/bin/ld: cannot find [...] when compiling

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Janek Sendrowski" <janek12(at)web(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: /usr/bin/ld: cannot find [...] when compiling
Date: 2013-11-24 17:14:07
Message-ID: 22632.1385313247@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Janek Sendrowski" <janek12(at)web(dot)de> writes:
> Now the link editor is working, but I still have one problem.
> The files in /utils for example include there files with #include "utils/filename" and it doesn't work, because the file which includes them is already in the directory /utils.

Could we see the exact code you're writing and the output of the "make"
attempt? (That is, I want to see both the gcc call and the error
message.) It should "just work", and you're not providing nearly
enough information to guess at what's wrong.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Janek Sendrowski 2013-11-24 17:32:37 Re: /usr/bin/ld: cannot find [...] when compiling
Previous Message Janek Sendrowski 2013-11-24 17:09:04 Re: /usr/bin/ld: cannot find [...] when compiling