Ticket #69 (closed defect: fixed)
Get SDL to build .so files
| Reported by: | scottmc | Owned by: | brecht |
|---|---|---|---|
| Priority: | normal | Milestone: | Haiku self-hosting |
| Component: | BePorts | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Output from the ./configure process. config.log attached.
checking for BSD-compatible nm... /boot/develop/tools/gnupro/bin/nm -B run the C++ preprocessor... g++ -E checking whether accepts -g... no
Wrong.
checking the maximum length of command line arguments... 4096 checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok checking whether -lc should be explicitly linked in... yes
Wrong.
checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... no
Wrong, if correctly pre-configured.
checking whether to build shared libraries... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNUld... yes checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... no
Wrong.
checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... no
Wrong.
checking dynamic linker characteristics... no
Wrong.

