mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #474] error compiling on rasberypi #262
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @toshitanian on GitHub (Sep 21, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/474
I solved this by adding
-pthreadto g++ option. (http://stackoverflow.com/questions/22180354/why-am-i-getting-undefined-reference-to-pthread-mutexattr-settype)@ggtakec commented on GitHub (Oct 2, 2016):
@kawasakitoshiya
It's glad for your result.
But why did it generate without -pthread by your coonfigure on Raspberry Pi?
If you know the reason, please post here.
Thanks in advance for your help.
And I'm closing this issue.