View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012091ParaView(No Category)public2011-04-15 07:432016-08-12 09:58
ReporterArno Mayrhofer 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
Platformi686_64OSFedoraOS Version14
Product Version3.10 
Target VersionFixed in Version 
Summary0012091: Problem with ld and colon after --export-dynamic option
DescriptionI 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0037957)
Kitware Robot (administrator)
2016-08-12 09:58

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 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


Copyright © 2000 - 2018 MantisBT Team