You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gauche-config -I and gauche-config -L returns compiler options for include paths and library paths. The document says they don't work if Gauche installation path contains whitespaces, since if that's the case, the output becomes like this.
$ gauche-config -L
-L/some/path with spaces/lib -L/other/directory
However, why didn't we quote the paths with whitespaces? I think there are some obscure pitfalls (probably on Windows) but can't recall what it is. If we can quote them, we can remove this wart.
The text was updated successfully, but these errors were encountered:
gauche-config -I
andgauche-config -L
returns compiler options for include paths and library paths. The document says they don't work if Gauche installation path contains whitespaces, since if that's the case, the output becomes like this.However, why didn't we quote the paths with whitespaces? I think there are some obscure pitfalls (probably on Windows) but can't recall what it is. If we can quote them, we can remove this wart.
The text was updated successfully, but these errors were encountered: