The build-script example does not work out-of-the-paste #28

Closed
opened 2026-01-29 22:23:40 +00:00 by claunia · 1 comment
Owner

Originally created by @rdpe on GitHub (May 5, 2020).

The build-script at:
https://github.com/bitwiseworks/gcc-os2/wiki/Developers#building-gcc
tries to run 'master/autogen.sh' while the curdir is assumed 'gcc' (the toplevel dir).
Should be something like: 'cd master && ./autogen.sh && cd -' ?

Very cool to have this updated GCC btw !
Ben.

Originally created by @rdpe on GitHub (May 5, 2020). The build-script at: https://github.com/bitwiseworks/gcc-os2/wiki/Developers#building-gcc tries to run 'master/autogen.sh' while the curdir is assumed 'gcc' (the toplevel dir). Should be something like: 'cd master && ./autogen.sh && cd -' ? Very cool to have this updated GCC btw ! Ben.
Author
Owner

@dmik commented on GitHub (May 6, 2020):

Yes, you are right, thanks, fixed it. (Didn't use cd - to not depend on PWD/OLDPWD).

@dmik commented on GitHub (May 6, 2020): Yes, you are right, thanks, fixed it. (Didn't use `cd -` to not depend on PWD/OLDPWD).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bitwiseworks/gcc-os2#28