Section One BBS

Welcome, Guest.


Subject: Re: arm, static Date: Wed May 22 2024 12:04 pm
From: Karel Kral To: Vitaliy Aksyonov

Hello Vitaliy!

21 May 24 20:22, you wrote to me:

 VA> Should be possible. It only uses ncurses and some C/C++ specific libraries.
 VA> You may link it with static ncurses.

 VA> Why do you need static linkage though?

Because I am using Golded on some Embeded linux (= I need to translate it
somewhere else). It produced gedlnx (in bin/), I copied it there - and now is
asking for libncurses.so.6. Last time I had to collect several libraries like
libfontenc, libncurses, libtinfo, etc. = I wanted to have just one executable.

Googling arround, something like:

gcc program.o -llib1 -Wl,-Bstatic -llib2 -Wl,-Bdynamic -llib3

 KK>> 2) the latest did not produce gnlx (nodelist) binary. It is some
 KK>> bug or issue on my side?

 VA> If you use cmake - it will produce binary _golded_, not _gedlnx_.

I got gedlnx. Wondering where to get gnlx then.

Karel

--- GoldED+/LNX 1.1.5-b20240209
 * Origin: Plast DATA (2:423/39)

Previous Message       Next Message
In Reply To: Re: arm, static (Vitaliy Aksyonov)
Replies: Re: arm, static (Vitaliy Aksyonov)