Date: Tue, 26 Apr 2005 19:54:30 +0300 From: "Sakis Papademetriou" <inray@otenet.gr> To: <freebsd-ports@freebsd.org> Subject: Statically compiled Bash3 still depends on shared libs. Message-ID: <200504261653.j3QGr3vm005055@kane.otenet.gr>
next in thread | raw e-mail | index | archive | help
I tried to modify Bash 3 port, building a static Bash. The problem I have is that Bash always depends on libintl.so.6 and libiconv.so.3. I passed ==enable-static-link to Bash configure and LDFLAGS= "-static" but still no success. Finally i tried to build Bash-3 from its sources. I've noticed that its configure cannot detect and use static libs (libiconv.a) Is it a Bash specific bug or i missed something ? Any idea ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504261653.j3QGr3vm005055>