Closed meysampg closed 5 years ago
TEMPORARY SOLUTION: In line 15400
of ./configure
, changing $RM "$cfgfile"
to $RM -rf "$cfgfile"
can solve the problem.
15390 "libtool":C)
15391
15392 # See if we are running on zsh, and set the options that allow our
15393 # commands through without removal of \ escapes.
15394 if test -n "${ZSH_VERSION+set}"; then
15395 setopt NO_GLOB_SUBST
15396 fi
15397
15398 cfgfile=${ofile}T
15399 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15400 $RM -rf "$cfgfile" # <~~ change this line
15401
15402 cat <<_LT_EOF >> "$cfgfile"
@meysampg can you try this again with #5 ? if its ok, then we can merge it
tested in ubuntu/debian/arch and it's fixed
For compile jcal, I tried to run
autogen.sh
and after that I ran./configure
. In the last step I got this error:Any suggestion?