[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Qscintilla not found
From: |
Tatsuro MATSUOKA |
Subject: |
Re: Qscintilla not found |
Date: |
Sat, 20 Jun 2015 09:41:16 +0900 (JST) |
----- Original Message -----
> From: Michele31415
> To: address@hidden
> Cc:
> Date: 2015/6/20, Sat 08:33
> Subject: Re: Qscintilla not found
>
>
>> Your system seems not to recognize /opt/csw/lib.
>>
>> You have to set LD_LIBRARY_PATH.
>>
>> LD_LIBRARY_PATH= /opt/csw/lib:$LD_LIBRARY_PATH ./configure
>
> Thanks, but as I mentioned I already have LD_LIBRARY_PATH=/opt/csw/lib.
Sorry. I have overlooked.
Did you try to set LDFLAGS?
e.g.
LDFLAGS='-L/opt/csw/lib '$LDFLAGS ./configure
Tatsuro