From: Wolfgang D. <wol...@da...> - 2025-08-13 06:41:21
|
Am 12.08.25 um 23:23 schrieb Jaime Villate: > Hello Laurent, > > Thank you for your report. I hope Wolfgang, who creates the Windows > installer, can fix this, Hi Jaime & Maxima-team, No. I just call ./configure with an installation path (c:\maxima-5.48.1 for example) and if Maxima is installed elsewhere, there is nothing I can do. (Some time ago I had that path unchangeable, but there were complaints). The same effect would (most likely) occur on Linux/Unix if - let's say - one configures Maxima for the prefix /opt/maxima-5.48.1 and later moves that installation somewhere else. But maybe it can fixed with TCL? I don't know much about TCL, but with set script_path [ file dirname [ file normalize [ info script ] ] ] puts $script_path (found on the internet) one seems to get the script path (and output it). Can Xmaxima changed, so that it uses that, instead of the "./configure" prefix? Best regards, Wolfgang |