I've been trying to build Swift for Linux with --installable-package
to build a swift-package.tar.gz that I can install to another Linux
machine.

When I extract my package on the other machine, and try either
compiling a simple print("hello world") program either with swiftc, or
doing this in the swift repl, I get the error message:
opening import file for module 'SwiftShims': No such file or directory

I don't seem to get this problem on the machine I built Swift on.


I didn't have this problem with Swift 2.3, but I'm always getting it
now with Swift 3.

What am I doing wrong?

Thanks,
Eric
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to