libtool/TODO

19 lines
650 B
Plaintext
Raw Normal View History

1997-04-01 18:59:30 +00:00
* Implement `ld -r' on all platforms.
1997-04-01 18:57:49 +00:00
* Don't forget to find link_static_flag for native cc's on HP-UX and OSF/1.
* Write installcheck for the demo directory.
1997-04-01 18:29:23 +00:00
* Implement fuller support for profiled libraries (libNAME_p), and
resolve naming difficulties for debuggable libraries (libNAME_g on
1997-04-01 18:57:49 +00:00
Linux at least), old system 5 shared libraries (libNAME_s), etc, maybe
based on cflags.
1997-04-01 18:29:23 +00:00
* What should be done about the difference between -fpic and -fPIC?
1997-04-01 18:53:35 +00:00
* GCC docs imply that all rs6000 code is PIC. See if it is true of
any other processors (like maybe powerpc).
1997-04-01 18:59:30 +00:00
* Maybe choosing between ln -s and cp -p should be done in ltconfig,
not ltmain.sh?