Greetings,
I’m attempting to port to PowerPC64 on FreeBSD. I’m somewhat using the provided porting instructions and have made all necessary changes. I’ve been successful in almost getting things to work building from the target computer. Things seem to work building the compiler, until it gets to the end. Below is what is printed when it stops. Not sure what these “undefined Jam rules" means.
Optimizing library dylan-compiler
Generating code for library dylan-compiler
Linking object files for library dylan-compiler
Saving database for library dylan-compiler
Build of 'dylan-compiler' completed
Linking dylan-compiler
Invoking undefined Jam rule DylanLibrary
Invoking undefined Jam rule DylanLibraryFiles
Invoking undefined Jam rule DylanLibraryBaseAddress
Invoking undefined Jam rule DylanLibraryCHeaders
Invoking undefined Jam rule DylanLibraryRCFiles
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Invoking undefined Jam rule DylanLibraryUses
Internal error: Link failed: don't know how to build exe
Exiting with return code -1
All compiled files and libraries are deleted. Only the converted "c" files and build log are left.
Any help will be greatly appreciated.
Thanks in advance!