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

mktemp usage not backward compatible with older Linux distributions #176

Closed
mfischer-zd opened this issue Dec 16, 2014 · 3 comments
Closed

Comments

@mfischer-zd
Copy link

Trying to run configure on Ubuntu 10.04 results in errors such as:

checking for PIC (by compile)...mktemp: too few X's in template `_mkltmpXXXX.c'

On this platform (and many older Linux distributions), mktemp(1) requires the template "X" characters to be at the end of the filename.

@mfischer-zd mfischer-zd changed the title mktemp usage not backward compatible with older versions mktemp usage not backward compatible with older Linux distributions Dec 16, 2014
@edenhill
Copy link
Contributor

Thanks for pointing this out!
Can you update and give it another go?

@mfischer-zd
Copy link
Author

It works! Thanks.

@edenhill
Copy link
Contributor

Great!

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

2 participants