On Sunday, 27 July 2014 at 14:08:42 UTC, Joseph Rushton Wakeling via Digitalmars-d-learn wrote:
On 27/07/14 15:10, Dicebot via Digitalmars-d-learn wrote:
Is shared Phobos library in /opt/dmd known do ldconfig?

No, but isn't that what the -L flag should be passing to gcc?

if gcc knows where the lib is it can compile agianst it.
But the library beeing _shared_ will not be linked with the executable but the library will be loaded form the path's supplied as LD_PATH or in ldconfig. The -L flag does not change the library-loader in any way (I think).

Reply via email to