Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Wed, 02 Jun 1999 08:22:47 +0000

Re: 346-day anniversary of seeing the stars ;)

Thomas Tanner wrote:
> > On a related issue, the -export-symbols option is broken in current
> > libtool CVS because of this line (around line 2200 in ltmain.sh):
> >       # Prepare the list of exported symbols
> >       if test -z "$export_symbols"; then
> 
>  What's wrong with it? If the "export symbols" file
>  doesn't exist libtool will generate it itself.

Yes, but if it does exist the compilation will fail because 
$soname-ltdll.c is generated by export_symbols_cmds, which is not
evaluated if export_symbols is not empty...

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]