Hallo, I just did

$ ./configure
checking if autoconf needs to be run... no
...
Use 'make' and 'make install' to build and install fish.
$

But then I wanted to get a static version just to amuse myself, so did:

$ CXXFLAGS=-static LDFLAGS=-Bstatic
./configure
checking libintl.h usability... yes
checking if autoconf needs to be run... no
...
configure: error: Could not find a curses implementation, needed to build
fish. If this is Linux, try running 'sudo apt-get install li
bncurses5-dev' or 'sudo yum install ncurses-devel'
$

How am supposed to configure fish to get a static executable doc?
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to