Currently swift-corelibs-foundation only builds as a dynamic library. I wonder if the option —build-swift-static-stdlib is causing issue with that.
> On Jan 26, 2017, at 12:57 AM, Kris Simon via swift-corelibs-dev > <swift-corelibs-dev@swift.org> wrote: > > Hi, > > a couple of days ago i ran into swift on linux. The whole thing makes so much > sense for us. Developing our tools in swift could be a huge benefit. I am > excited to get deeper into swift for linux. > > I build swift on Ubuntu successfully (without errors) from scratch with this > options: > > ./utils/build-script --release --foundation --verbose-build > --build-stdlib-deployment-targets all -l -b -p --skip-test-linux > --build-swift-static-stdlib --build-swift-static-sdk-overlay --xctest -c > > My goal is to have Foundation in static compiled binaries. > As mentioned everything in the build process works fine, but the execution of > a simple script as shown below failed. > > import Foundation > > print("Hello Swift.") > I get the following error: > /bin/swiftc /home/hello.swift -o /home/hello > /home/hello.swift:1:8: error: no such module 'Foundation' > How to build Swift with the current state of foundation? > Can you please give me a little kick into the right direction? The web is not > very useful in this early state, but i am really want to get into it. > > Thanks a lot, > Kris > _______________________________________________ > swift-corelibs-dev mailing list > swift-corelibs-dev@swift.org > https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
_______________________________________________ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-corelibs-dev