Skip to content

Resolve symlinks when checking for out-of-tree builds - #2800

Open
d-torrance wants to merge 1 commit into
flintlib:mainfrom
d-torrance:out-of-tree-symlink
Open

Resolve symlinks when checking for out-of-tree builds#2800
d-torrance wants to merge 1 commit into
flintlib:mainfrom
d-torrance:out-of-tree-symlink

Conversation

@d-torrance

Copy link
Copy Markdown
Contributor

Otherwise, we might think it's an out-of-tree build when it's really an in-tree build. Then later, we get multiple definition errors w/ fmpz.c because we try to link it twice since it's in both the source and build directories (which look different but are really the same).

Closes: #2799

Otherwise, we might think it's an out-of-tree build when it's really
an in-tree build.  Then later, we get multiple definition errors w/
fmpz.c because we try to link it twice since it's in both the source
and build directories (which look different but are really the same).

Closes: flintlib#2799
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

Successfully merging this pull request may close these issues.

Symlinks make in-tree builds look like out-of-tree builds

1 participant