WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [[?!]] How do I convert arch linux built from scratch to TCL!?  (Read 5150 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
[[?!]] How do I convert arch linux built from scratch to TCL!?
« on: November 01, 2020, 02:09:04 AM »
How do I convert arch linux built from scratch to TCL!?

unfortunately nobody is doing the library configurations I want!?
* (multilib + steam) so how can I translate the current arch linux configuration to TCL architecture!?

I need more of a practical description than a personal philosophical commentary.

I need an explanatory roadmap guide as (I need various examples such as use the following command with this application).

(This message is written in google translate.)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #1 on: November 01, 2020, 02:29:24 AM »
You could build a mutli-lib tinycore with reference to this: http://www.linuxfromscratch.org/~thomas/multilib/index.html

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #2 on: November 01, 2020, 02:40:25 AM »
I love TCL architecturally! :)
The problem is not to create steam or multilib!
many apps are not updating quickly!
Too much workload occurs.
or here my multilib TCL request for months
with answers as follow this document
I get answers to my existing need in words.

maybe I can be the stupidest person in the world.
in the simplest way;
I want to install the required program directly to the system,
but you suggest me how to build linux from scratch!
I still do not understand the logic here.

I apologize if a hurtful expression is formed.

You could build a mutli-lib tinycore with reference to this: http://www.linuxfromscratch.org/~thomas/multilib/index.html
« Last Edit: November 01, 2020, 02:56:02 AM by xor »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #3 on: November 01, 2020, 02:58:50 AM »
You don't have to start from scratch, you can start from CorePure64: http://www.linuxfromscratch.org/~dj/lfs-systemd-multilib/chapter10/chapter10.html

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #4 on: November 01, 2020, 03:26:22 AM »
directly ; Can't I add the TCL 32 Lib files into my TLC 64 !?

other linux distributions

It directly downloads multilib compiled from its own distribution repository.
So we know that it is doing copy paste directly!


Since I have always had trouble compiling the file, I just want to proceed with copy and paste.
« Last Edit: November 01, 2020, 05:18:21 AM by Juanito »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #5 on: November 01, 2020, 03:36:41 AM »
It directly downloads multilib compiled from its own distribution repository.
So we know that it is doing copy paste directly!

Yes, but it created a mutli-lib environment and compiled them first.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #6 on: November 01, 2020, 03:56:01 AM »
which TCL-x86_32-bit files; I need to move it inside the TCL-x86_64-bit folder!?

could you please guide me!
« Last Edit: November 01, 2020, 05:19:16 AM by Juanito »

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #7 on: November 01, 2020, 04:52:14 AM »
I'm waiting for you to reply. ! :(
« Last Edit: November 01, 2020, 05:19:47 AM by Juanito »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #9 on: November 01, 2020, 05:47:27 AM »
Yeah. I examined the link you suggested.
as I understood ;
On 64-bit; 32-bit needs to compile
(Accordingly, it doesn't make sense to carry 32-bit files compiled on a 32-bit system; you say 32-bit files need to be compiled on 64-bit!)

I have 32-bit compiled files for 64-bit of a different linux distribution
I want to move the same kernel structure and the same compiler version.
But since I know there will always be an error somewhere
I will ask you to create the file multilib.tcz! :(

Did you read http://www.linuxfromscratch.org/~dj/lfs-systemd-multilib/chapter10/introduction.html ?

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #10 on: November 01, 2020, 06:54:50 AM »
You can't just make a multi-lib extension.

* 64-bit binutils and gcc need to be temporarily rebuilt with multi-lib enabled
* a temporary multi-arch glibc needs to be built
* a final multi-lib binutils and gcc need to be built
* a multi-lib glibc needs to be installed

..and from this point you could most likely use the existing 32/64bit extensions with CorePure64 remastered with the multi-lib glibc above

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #11 on: November 01, 2020, 07:12:29 AM »
You wrote many terms that I am foreign to!
Understanding a foreign language is a different matter!
Understanding programming is another matter!

a simple question ; what should I do !?

I wish there was only one script.sh file that does everything! :(

« Last Edit: November 01, 2020, 08:07:37 AM by Juanito »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [[?!]] How do I convert arch linux built from scratch to TCL!?
« Reply #12 on: November 01, 2020, 08:09:17 AM »
You mainly need to copy and paste the commands..