Hi, Quite a few people I know are getting into zsh. Zsh users ought to be able to just source the $popcom/poplog.sh script. But there's a small problem on line 259 of $popcom/popenv.sh which is used by that script. Here's the fix:
On line 259 of $popcom/popenv.sh change:
POP_XLINK_EXLIBS===POP_${XLINK}_EXLIBS
into
POP_XLINK_EXLIBS="==POP_${XLINK}_EXLIBS"
Regards,
Steve
