-
Notifications
You must be signed in to change notification settings - Fork 857
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
Issue while running on Apple silicon #324
Comments
so simple i ran into this issue with my M2 just run the command like this |
Hi I faced the same problem. Can you elaborate what runoff.c is from and what is this doing explicitly? |
Never mind, I figured it out. I just need to specify the source code file I am trying to I wonder if this links the library to the compiler for all future invocations or just once and I would have to do this for every other source code files I have. |
no it didnt link, each time i should run the command with -lcs50, |
am at mario at the moment too! |
I am still following through the Section part of Week 1, so I am not aware of or familiar with what 'less OR more' problem you are talking about, sorry. I tried modifying my |
try adding this :
to the .zshrc and remove what you have previously added. |
Assuming u have installed the libcs50 in its default location and didnt use custome install location for the cs50 library |
@T1To48 @sufyazi @forestpurnell |
@diegovskytl
|
Hello, after an error-free compile and install, the first time I try to compile a program with the libcs50 headers, I get this error:
Is there some reason this wouldn't be able to run on an arm64 mac?
The text was updated successfully, but these errors were encountered: