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

The answer of 7.10 may be wrong? #82

Open
huibosa opened this issue Jun 15, 2022 · 5 comments
Open

The answer of 7.10 may be wrong? #82

huibosa opened this issue Jun 15, 2022 · 5 comments

Comments

@huibosa
Copy link

huibosa commented Jun 15, 2022

I think the solution to A should be:

gcc p.o libx.a p.o
@paradox181
Copy link

paradox181 commented Jun 15, 2022 via email

@getupandwashits
Copy link

I think the solution to A should be:

gcc p.o libx.a p.o

原答案应该是没问题的,可以看练习题7.3

@paradox181
Copy link

paradox181 commented Dec 13, 2023 via email

@suinis
Copy link

suinis commented Jun 13, 2024

I think the solution to A should be:

gcc p.o libx.a p.o

我的理解是:p.o是目标文件,而不是存档文件,在链接开始时就将目标文件全部添加。参见第三版中文译本P477页集合E,U,D介绍。

@paradox181
Copy link

paradox181 commented Jun 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants