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                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to