Opened 12 years ago
Closed 12 years ago
#3628 closed defect (invalid)
configure's behaviour for --enable-static and --enable-shared seems to be inverted
| Reported by: | spraff | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | build system |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
This command:
./configure --disable-optimizations --disable-static --enable-shared && make
builds .so files but not .a files, likewise
./configure --disable-optimizations --disable-shared --enable-static && make
builds .a files but not .so files.
This seems to be backwards. Attached is a makefile which demonstrates this in full.
Attachments (1)
Note:
See TracTickets
for help on using tickets.



Makefile which builds static and shared versions of libav*