Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compiling zsh: executable linker flags
- X-seq: zsh-users 4263
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: compiling zsh: executable linker flags
- Date: Wed, 19 Sep 2001 14:53:17 +0200
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I'm compiling zsh 4.0.2 under Solaris. I use the following configure
options:
--prefix=$HOME
--exec-prefix=$HOME/$ARCHTYPE
--enable-maildir-support
--with-curses-terminfo
--enable-cppflags="-I$HOME/include"
--enable-ldflags="-L$HOME/$ARCHTYPE/lib"
But at the end, configure says:
zsh configuration
-----------------
zsh version : 4.0.2
host operating system : sparc-sun-solaris2.7
source code location : .
compiler : gcc
preprocessor flags : -I/users/spaces/lefevre/include
executable compiler flags : -Wall -Wno-implicit -Wmissing-prototypes -O2
module compiler flags : -Wall -Wno-implicit -Wmissing-prototypes -O2 -fPIC
executable linker flags :
module linker flags : -G
library flags : -lsocket -ldl -lnsl -lcurses -lm -lc
installation basename : zsh
binary install path : /users/spaces/lefevre/sparc-solaris/bin
man page install path : /users/spaces/lefevre/man
info install path : /users/spaces/lefevre/info
functions install path : /users/spaces/lefevre/share/zsh/4.0.2/functions
See config.modules for installed modules and functions.
Shouldn't the "executable linker flags" line contain the corresponding
-L option like under Linux?
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/> - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des
Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author