[cmake-developers] [CMake 0012605]: Please add support for tcc/shared libs

Mantis Bug Tracker mantis at public.kitware.com
Fri Dec 2 09:27:15 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=12605 
====================================================================== 
Reported By:                Mathieu Malaterre
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12605
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-12-02 09:27 EST
Last Modified:              2011-12-02 09:27 EST
====================================================================== 
Summary:                    Please add support for tcc/shared libs
Description: 
tcc and cmake do not work together. It currently fails with:

$ /usr/bin/tcc      -shared -Wl,-soname,libopenjpeg.so.1 -o
../bin/libopenjpeg.so.1.99.0 ...

tcc: unsupported linker option '-soname,libopenjpeg.so.1'
make[2]: *** [bin/libopenjpeg.so.1.99.0] Error 1


Additional Information: 
$ tcc
[...]
Linker options:
  -Ldir       add library path 'dir'
  -llib       link with dynamic or static library 'lib'
  -shared     generate a shared library
  -soname     set name for shared library to be used at runtime
  -static     static linking
  -rdynamic   export all global symbols to dynamic linker
  -r          generate (relocatable) object file

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-12-02 09:27 Mathieu MalaterreNew Issue                                    
======================================================================




More information about the cmake-developers mailing list