Date: 3 Apr 1997 15:40:29 GMT From: "Nickolay N. Dudorov" <nnd@info.itfs.nsk.su> To: hackers@freebsd.org Subject: FreeBSD Elf-Kit and dynamic loading Message-ID: <5i0j1d$jtk@news.itfs.nsk.su>
next in thread | raw e-mail | index | archive | help
Today I try to install ELF-Kit on my 2.2-RELEASE system. I can succesfully (?) build binutils-2.7, gcc-2.7.2.1, almost all libraries from /usr/src/lib and libg++-2.7.2. After that I can test elf-cc and elf-g++ on provided in kit hello.c and hello.cc - AND they works. And after that I discovered that 'file hello' says: hello: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD) and file 'hello' is 47761 bytes long. So, there is a question - is there any possibility to build "dynamic ELF" program ? My elf-gcc produce identical results with and without '-static' flag. N.Dudorov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5i0j1d$jtk>