From: <don...@is...> - 2024-12-04 08:22:24
|
I'm still trying to figure out how to actually use these "Flags that may be set through CFLAGS" - I'm guessing something like this ./configure CC='gcc -TYPECODES' build-dir or ./configure CFLAGS='-TYPECODES' build-dir but so far I'm not guessing right. Could I have a hint? Bruno Haible writes: > Don Cohen writes: > > - how to figure out what memory model a given image is using > > (if that is indeed the critical difference) > > Look at (software-type). > > > - is there an easy way to build with a specific memory model ? > > If you really want to go down that rabbit hole, look at the first 150 lines > of lispbibl.d. > > Bruno |