- # document that the Cygwin 3.5 gcc build needs at least 131 characters (260 character MAX_PATH limit!!, minus size for a 8+3(+1) path name at the end)
- roland_mainz@wingrendel02 /home/rmainz/tmp/winnfstest/cygwinbuilds/gcc
- $ ksh93 -c 'integer pnl pnl_max ; find . | while read pn ; do pnl=${#pn} ; (( pnl_max=fmax(pnl, pnl_max) )) ; done ; printf "max_path_length=%d\n" pnl_max'
- max_path_length=131
Cygwin gcc build path length requirement
Posted by Anonymous on Mon 4th Dec 2023 07:58
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.