Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install v on ubuntu 22.04 , but make command run failed #19391

Open
program-spiritual opened this issue Sep 20, 2023 · 0 comments
Open

install v on ubuntu 22.04 , but make command run failed #19391

program-spiritual opened this issue Sep 20, 2023 · 0 comments
Labels
Bug This tag is applied to issues which reports bugs. Install/first impressions Bugs/feature requests, that are related to the first impressions that users have of V.

Comments

@program-spiritual
Copy link

program-spiritual commented Sep 20, 2023

Describe the bug

root@xxx:~/github/v# make
cd ./vc && git clean -xf && git pull --quiet
cd ./thirdparty/tcc && git clean -xf && git pull --quiet
cc  -std=gnu99 -w -o v1.exe ./vc/v.c -lm -lpthread
cc: fatal error: Killed signal terminated program cc1
compilation terminated.
make: *** [GNUmakefile:113: all] Error 1

Reproduction Steps

git clone https://github.com/vlang/v
cd v
make

Expected Behavior

success installed

Current Behavior

cc: fatal error: Killed signal terminated program cc1
compilation terminated.

Possible Solution

why on ubuntu linux , v language have to build .exe file ?

Additional Information/Context

ubuntu 22.04

V version

latest

Environment details (OS name and version, etc.)

Linux version 5.15.0-58-generic (buildd@lcy02-amd64-101) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023

Important

You can vote for this issue using the 👍 reaction. More votes increase the issue's priority
for developers.

Take into account that only the 👍 reaction counts as a vote.
Only reactions to the issue itself will be counted as votes, not comments.

@program-spiritual program-spiritual added the Bug This tag is applied to issues which reports bugs. label Sep 20, 2023
@ArtemkaKun ArtemkaKun added the Install/first impressions Bugs/feature requests, that are related to the first impressions that users have of V. label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs. Install/first impressions Bugs/feature requests, that are related to the first impressions that users have of V.
Projects
None yet
Development

No branches or pull requests

2 participants