MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012091 | ParaView | (No Category) | public | 2011-04-15 07:43 | 2016-08-12 09:58 |
| Reporter | Arno Mayrhofer | ||||
| Assigned To | David Partyka | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | i686_64 | OS | Fedora | OS Version | 14 |
| Product Version | 3.10 | ||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Topic Name | |||||
| Type | |||||
| Summary | 0012091: Problem with ld and colon after --export-dynamic option | ||||
| Description | I downloaded 3.10.1 today and started compiling it. The compilation failed fairly soon with $ make Linking C executable ../../bin/vtkWrapHierarchy [ 0%] Built target vtkWrapHierarchy Linking C executable ../../bin/vtkWrapPython [ 0%] Built target vtkWrapPython Linking C executable ../../bin/vtkWrapPythonInit [ 0%] Built target vtkWrapPythonInit Linking CXX shared library ../../../bin/libvtksys.so [ 0%] Built target vtksys Linking C shared library ../../../bin/libvtkzlib.so [ 1%] Built target vtkzlib Linking C executable ../../../../bin/H5detect /usr/bin/ld: unrecognized option '--export-dynamic;' /usr/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status make[2]: *** [bin/H5detect] Error 1 make[1]: *** [VTK/Utilities/vtkhdf5/src/CMakeFiles/H5detect.dir/all] Error 2 make: *** [all] Error 2 Reason for this is the colon after --export-dynamic: $ grep -inR "Wl,--export" * CMakeCache.txt:476:MPI_LINK_FLAGS:STRING=-Wl,--export-dynamic VTK/Utilities/vtkhdf5/src/CMakeFiles/H5make_libsettings.dir/link.txt:1:/usr/bin/gcc -std=c99 -fomit-frame-pointer -finline-functions -fno-common -w -fmessage-length=0 -O3 -DNDEBUG -Wl,--export-dynamic; CMakeFiles/H5make_libsettings.dir/H5make_libsettings.c.o -o ../../../../bin/H5make_libsettings -rdynamic VTK/Utilities/vtkhdf5/src/CMakeFiles/H5detect.dir/link.txt:1:/usr/bin/gcc -std=c99 -fomit-frame-pointer -finline-functions -fno-common -w -fmessage-length=0 -O3 -DNDEBUG -Wl,--export-dynamic; CMakeFiles/H5detect.dir/H5detect.c.o -o ../../../../bin/H5detect -rdynamic If I remove the colon in the two files above everything works fine. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-04-15 07:43 | Arno Mayrhofer | New Issue | |||
| 2011-05-09 10:21 | Utkarsh Ayachit | Assigned To | => David Partyka | ||
| 2011-05-09 10:21 | Utkarsh Ayachit | Status | backlog => tabled | ||
| 2011-06-16 13:10 | Zack Galbreath | Category | CMake => (No Category) | ||
| 2016-08-12 09:58 | Kitware Robot | Note Added: 0037957 | |||
| 2016-08-12 09:58 | Kitware Robot | Status | backlog => closed | ||
| 2016-08-12 09:58 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||