AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

Adept nightly release cannot find `libmsvcrt.a` on compiling #335

Closed Apis035 closed 3 months ago

Apis035 commented 3 months ago

Hi, I just randomly found this project from GitHub Explore page. I decided to try it right away as the language syntax and features interests me.

However, compiling a basic hello world code using nightly release spits out a linker error.

import basics

func main() {
    print("Hello World!")
}
D:\Code\Adept>adept main.adept
C:\Adept\nightly\bin\ld.exe: cannot find C:\Adept\nightly\libmsvcrt.a: No such file or directory
external-error: link command failed
""C:\Adept\nightly\bin\ld.exe" --start-group -static "C:\Adept\nightly\crt2.o" "C:\Adept\nightly\crtbegin.o"  "main.o" "C:\Adept\nightly\libdep.a" --end-group "C:\Adept\nightly\libmsvcrt.a" -o "main.exe""

Using version 2.7 works fine on compiling the same code.

IsaacShelton commented 3 months ago

Thanks for the report! This has been fixed now :tada: