<div dir="ltr"><div>Hello!<br><br></div><div>I was very excited over the open-sourcing of swift today, and immediately downloaded the distribution for Ubuntu. In following:<br><br>mak@nibbler ~/Documents/github/mkolb/Hello
<br>% tree<br>.<br>├── Package.swift<br>└── Sources<br> └── main.swift<br><br>1 directory, 2 files<br>mak@nibbler ~/Documents/github/mkolb/Hello
% cat Sources/main.swift<br>print("Hello, jabrone!")<br>mak@nibbler ~/Documents/github/mkolb/Hello
%
<br><br></div><div>However, upon attempting to build the package, I receive the following error during linking:<br><br>mak@nibbler ~/Documents/github/mkolb/Hello<br>% swift build -v<br>/home/mak/Documents/swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu15.10/usr/bin/swiftc -o /home/mak/Documents/github/mkolb/Hello/.build/debug/Hello /home/mak/Documents/github/mkolb/Hello/.build/debug/Hello.o/Sources/main.swift.o -L/usr/local/lib
<unknown>:0: error: link command failed with exit code 127 (use -v to see invocation)<br><unknown>:0: error: build had 1 command failures
swift-build: exit(1): ["/home/mak/Documents/swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu15.10/usr/bin/swift-build-tool", "-v", "-f", "/home/mak/Documents/github/mkolb/Hello/.build/debug/Hello.o/llbuild.yaml"]
<br><br></div><div>Being brand new to this toolchain, and being as the archives are empty, I figured I'd post this question. Thanks for any help!<br><br></div><div>mak<br></div></div>