-
Notifications
You must be signed in to change notification settings - Fork 228
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
centos -lstdc++ linking error: need libstdc++-static #137
Comments
resolved with
|
I have updated the documents to reflect this. @ningfei do you think we could upgrade your SuperBuild to ensure libstdc++ is installed? |
@neurolabusc have a quick look of this, no quick solution so far... We probably need to find a way to check the existence of |
* commit 'v1.0.20171017-3-g9ccc4c0': Detect SMS using 0051,1011 if MosaicRefAcqTimes missing rordenlab#141 Hide NIfTI sliceOrder if protocolSliceNumber1 > 1 SliceTiming for reversed image numbering https://github.com/neurolabusc/dcm2niix/issues/40 Update dcm_qa submodule. New version (v1.0.20171017) Added link rordenlab#138 Store mulbiband factor in NIfTI descrip field (e.g. "mb=2") https://www.nitrc.org/forum/message.php?msg_id=22593 Add patient sex, weight, etc, https://www.nitrc.org/forum/message.php?msg_id=22567 Add ImageOrientationPatientDICOM and InPlanePhaseEncodingDirectionDICOM for 3D undistortion Compiling with CentOS 7: rordenlab#137 BIDS 1.0.2 DelayTime field for sparse fMRI Add InstitutionalDepartmentName Get ProtocolName from CSA header if it is not in DICOM header nipy/heudiconv#80 Change name of output tag of two variables to match DICOM Group PixelBandwidth with DwellTime in output json Vanquish compiler warnings. Report lower order shims prior to higher order (requested by mharms) Handle Siemens product gradient offsets? More Siemens information saved to BIDS BIDS: Do not set multiband factor for 3D EPI, report as "MRAcquisitionType": "3D",
@WillForan thank you! I had the same problem with a docker build, and this issue was the first hit from google search! 👍 |
…E" is ON. For some Centos/Redhat systems. See #137.
I'm running into this error while attempting to install on a supercomputer account for which I have no elevated privileges. I am therefore unable to resolve the issue with |
@BrennanHickson You can try to set the option |
@ningfei That was the solution I opted for initially. @neurolabusc offered another successful command to be entered directly in the console directory:
|
cd build/console-build && make
resolved with
yum install libstdc++-static
on
I'm not sure if this qualifies as a proper issue. It probably says more about the distribution install than the "no dependencies" claim of the read me. But it took me a while to figure out. So I'm trying to leave some breadcrumbs for anyone else lost in the same woods.
The text was updated successfully, but these errors were encountered: