Hello,
I got strange differences between the startup of pike 7.4 release 13 and pike 7.3 release 60
pike 7.3.30 doing a line like pike -I server/include/ -M server/libraries/ -P server server/server.pike will start "server.pike"
pike 7.4.13 will return with:
Pike: Couldn't find script to execute ("/home/balduin/cs133/pike4/steam/-M")
pwd is: /home/balduin/cs133/pike4/steam doing
pike --include-path=./server/include/ --module-path=./server/libraries/ --program-path=server ./server/server.pike
on the other hand will work properly.
yet pike --help will report the short forms as still valid
--- Ludger