+1999-07-01 Thomas Tanner <tanner@ffii.org>
+
+ * NEWS: updated
+ * doc/PLATFORMS: updated
+ * changed my email address
+
1999-06-30 Thomas Tanner <tanner@ffii.org>
* demo/foo.h: use LT_PARAMS instead of LTDL_PARAMS (this is not libltdl)
NEWS - list of user-visible changes between releases of GNU Libtool
-New in 1.3b: 1999-??-??; CVS version 1.3a, Libtool team:
+New in 1.3b: 1999-07-??; CVS version 1.3a, Libtool team:
* Complete inter-library dependencies support. It's now possible
to link libtool libraries against other libtool libraries.
* Libtool is able to find already-installed libtool libraries,
* New "-no-fast-install" flag to selectively disable fast-install mode.
* Support for installing stripped libraries using GNU strip (install -s).
Automake >= 1.5 will install stripped libraries with "make install-strip".
+* Allow linking shared libraries against static ones
+ on FreeBSD, GNU/Linux, GNU Hurd and Solaris
* Support for linking DLLs on Win32
* New `clean' mode to delete uninstalled files.
* New demos and tests
* Various bugfixes
\f
-New in 1.3.3: 1999-06-2?, CVS version 1.3.2a, Libtool team:
+New in 1.3.3: 1999-07-0?, CVS version 1.3.2a, Libtool team:
* New `-dlpreopen force' flag to ensure that
lt_preloaded_symbols is always defined.
* Work around self-dlclose bug in FreeBSD 3.1.
/* foo.c -- trivial test library
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* foo.h -- interface to the libfoo* libraries
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* main.c -- cdemo test program
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* l1.c -- trivial test library
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* l1.h -- interface to a trivial library
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* l2.c -- trivial test library
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* l2.h -- interface to a trivial library
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* l3.c -- trivial test library
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* l3.h -- interface to a trivial library
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* l4.c -- trivial test library
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* l4.h -- interface to a trivial library
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* main.c -- inter-library dependency test program
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* sysdep.h -- system dependent declarations
- Copyright (C) 1998-1999 Thomas Tanner <tanner@gmx.de>
+ Copyright (C) 1998-1999 Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
i*86-*-freebsd2.2.6 gcc 1.3b ok
(egcs-1.1 & gcc-2.7.2.1, native ld)
i*86-*-freebsd2.1.5 gcc 0.5 ok
-i*86-*-gnu gcc 1.3.2 ok
+i*86-*-gnu gcc 1.3.3 ok
i*86-*-netbsd1.4 gcc 1.3 ok
(egcs-1.1.1)
i*86-*-netbsd1.3.3 gcc 1.3 ok
/* ltdl.c -- system independent dlopen wrapper
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This library is free software; you can redistribute it and/or
/* ltdl.h -- generic dlopen functions
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This library is free software; you can redistribute it and/or
test "$relink" = no && shlibpath="$compile_shlibpath$shlibpath"
if test -n "$shlibpath"; then
eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
- fi
+ fi
# Get the real and link names of the library.
eval library_names=\"$library_names_spec\"
/* foo.h -- interface to the libfoo* libraries
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* foo1.c -- trivial test library
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* foo2.c -- trivial test library
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify
/* main.c -- mdemo test program
Copyright (C) 1998-1999 Free Software Foundation, Inc.
- Originally by Thomas Tanner <tanner@gmx.de>
+ Originally by Thomas Tanner <tanner@ffii.org>
This file is part of GNU Libtool.
This program is free software; you can redistribute it and/or modify