We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On FreeBSD 13 version 3.1.0 breaks:
[ 16% 5/6] : && /usr/bin/c++ -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -fstack-protector-strong source/tools/glmeta/CMakeFiles/glmeta.dir/main.cpp.o -o glmeta -Wl,-rpath,/disk-samsung/freebsd-ports/graphics/glbinding/work/.build: libglbinding-aux.so.3.1.0 libglbinding.so.3.1.0 && : FAILED: glmeta : && /usr/bin/c++ -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -fstack-protector-strong source/tools/glmeta/CMakeFiles/glmeta.dir/main.cpp.o -o glmeta -Wl,-rpath,/disk-samsung/freebsd-ports/graphics/glbinding/work/.build: libglbinding-aux.so.3.1.0 libglbinding.so.3.1.0 && : ld: error: libglbinding-aux.so.3.1.0: undefined reference to pthread_create [--no-allow-shlib-undefined] c++: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Thanks for reporting. It seems as if we need to update our condition when to add pthread to the list of linked libraries (cf. https://github.com/cginternals/glbinding/blob/master/cmake/CompileOptions.cmake#L157). What is the value of CMAKE_SYSTEM_NAME on your system? I assume it should be FreeBSD?
pthread
CMAKE_SYSTEM_NAME
FreeBSD
Sorry, something went wrong.
No branches or pull requests
On FreeBSD 13 version 3.1.0 breaks:
The text was updated successfully, but these errors were encountered: