[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] -Wl,-export-dynamic
From: |
Sanghyeon Seo |
Subject: |
[Tinycc-devel] -Wl,-export-dynamic |
Date: |
Wed, 19 Sep 2007 11:23:45 +0900 |
Some programs, like Ruby, want to use -Wl,-export-dynamic. tcc says
it's an unsupported linker option.
1. What does it do?
2. How difficult would it be to add support to tcc?
How to reproduce:
wget http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.6.tar.gz
tar zxf ruby-1.8.6.tar.gz
cd ruby-1.8.6
export CC=tcc
./configure
make
--
Seo Sanghyeon
- [Tinycc-devel] -Wl,-export-dynamic,
Sanghyeon Seo <=