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

permissions on /tmp/test.c can cause configure failure #22

Closed
rdp opened this issue Aug 11, 2015 · 4 comments
Closed

permissions on /tmp/test.c can cause configure failure #22

rdp opened this issue Aug 11, 2015 · 4 comments

Comments

@rdp
Copy link

rdp commented Aug 11, 2015

./configure: line 157: /tmp/test.c: Permission denied
testing compiler: /Users/rdp2/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-i686/bin/i686-w64-mingw32-gcc -shared -o /tmp/test.dll /tmp/test.c
/Users/rdp2/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-i686/lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld: cannot open output file /tmp/test.dll: Permission denied
collect2: error: ld returned 1 exit status

this can happen if you build once as one user, then again as another...

@TimothyGu
Copy link
Member

Hmm...

@tonytheodore
Copy link

Using /tmp can also cause errors when building multiple targets simultaneously.

@tonytheodore
Copy link

Fixed in #26.

@TimothyGu
Copy link
Member

Indeed.

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

3 participants