JL2210

Results 108 comments of JL2210

No, you can't. Windows uses PE, which is incompatible with a.out, COFF, and ELF. If you can build this on Windows, I will be VERY surprised.

Yeah. FYI: `a.out` is a SUPER OLD binary format that was used by Linux until kernel ~2.0 or so, at which point it was replaced by ELF. It doesn't support...

But the main reason I mentioned 32-bit Minix and Linux is because the sources require all the tools to be 32-bit. On a 64-bit system, you have to do a...

I'll let you figure that out :). On Mon, Apr 1, 2019 at 8:12 AM Jacob Lagares Pozo wrote: > Wait isn't there also windows for x86_32? > > —...

Don't worry, there is. Microsoft wouldn't lose out on that big of a market.

This is more based on Linuxbrew than Homebrew. Don't try to compare us to them, though. These projects have gone their separate ways. Try building GCC with only the fortran...

No. If you're talking about the proprietary implementation by Microsoft, then we can't package that.

The reason is that `*.lo` files are Libtool object files, whereas `*.o` files are ELF/PE/Mach-O object files. `*.lo` files are plain text documents that provide some info for the object...