Find these two lines in config/cf/linux.cf

#define CcCmd                   gcc -g -pipe
#define CplusplusCmd            g++ -g -pipe

and change them to

#define CcCmd                   gcc -g -pipe -fcommon
#define CplusplusCmd            g++ -g -pipe -fcommon

then

make clean && make World 2>&1 | tee make.log

On Mon, 23 Nov 2020 at 21:08, Antonis Tsolomitis <
antonis.tsolomi...@gmail.com> wrote:

> On 11/23/20 8:38 PM, Peter Howkins wrote:
>
> On Mon, 23 Nov 2020 at 18:36, Antonis Tsolomitis <
> antonis.tsolomi...@gmail.com> wrote:
>
>> On 11/23/20 8:32 PM, Peter Howkins wrote:
>>
>>
>>
>> On Mon, 23 Nov 2020 at 14:50, Antonis Tsolomitis <
>> antonis.tsolomi...@gmail.com> wrote:
>>
>>>
>>> OK, I run the above modified command. Here is the build log:
>>>
>>> https://myria.math.aegean.gr/~atsol/tmp/cde-make.log
>>>
>>> dtstyle does not get build.
>>>
>>
>> Thanks for making this log, I've pushed a fix to git head that should fix
>> this dtstyle problem, but if you could test it and confirm the fix that
>> would be useful.
>>
>>
>> Sure I can test. So I just get the git version and compile?
>>
>
> Yep :) checkout the git version and compile and install using the same
> commands as before.
>
> Peter
>
>
> I verify that CDE from git compiles including dtstyle on PureOS (Debian)
> and works fine othat than docs.
> I do not see dtinfo and dthelpview. Help is not available.
>
> New compilation log is again here:
>
> https://myria.math.aegean.gr/~atsol/tmp/cde-make.log
>
> I will also try on Arch and Manjaro.
>
> thanks a lot, I will start configuring it for my daily use.
>
> Antonis.
>
>
> _______________________________________________
> cdesktopenv-devel mailing list
> cdesktopenv-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
>
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to