Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Strange tests in configure Re: AIX-problem: the main module won't link statically



There is something fishy here. We have

if aixdynamic
  preset AIX values including DLLDFLAGS=""
else
  ...
  case $host in
   aix ) DLLDFLAGS="-G -bexportall ..."


But the second branch is never executed for AIX. Anybody remembers what's
going on here? What DLLDFLAGS are needed on AIX? Oliver, what have you
used?

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author