You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it make sense to take the cosmocc/cosmoar scripts and set up cosmoranlib the same way?
% bash
[ddulaney@my-server ~]$ mkdir -p /scratch/temp/cosmocc
[ddulaney@my-server ~]$ cd /scratch/temp/cosmocc/
[ddulaney@my-server cosmocc]$ wget https://cosmo.zip/pub/cosmocc/cosmocc.zip
# ... snip successful wget output ...
[ddulaney@my-server cosmocc]$ unzip cosmocc.zip
# ... snip successful unzip output ...
[ddulaney@my-server cosmocc]$ ls -lah bin/cosmoranlib
-rw-rw-r-- 1 ddulaney ddulaney 46 Oct 17 04:23 bin/cosmoranlib
[ddulaney@my-server cosmocc]$ bin/x86_64-linux-cosmo-ranlib --version
GNU ranlib (GNU Binutils) 2.42
Copyright (C) 2024 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
Contact Details
dulaney.daniel@gmail.com
What happened?
I downloaded the pre-built
cosmocc
, then tried to runcosmoranlib
:By default,
cosmoranlib
is non-executable, though it looks like a valid shell script:That's fine, instead I'll just run
x86_64-linux-cosmo-ranlib
directly, which is an executable:It looks like
cosmoranlib
doesn't work out of the box.Version
cosmocc (GCC) 14.1.0
What operating system are you seeing the problem on?
Linux
Relevant log output
The text was updated successfully, but these errors were encountered: