Discussion:
OS X Build Errors
Dominyk Tiller
2014-08-30 08:34:48 UTC
Permalink
Hey all,

Trying to compile the latest spiped release on OS X and hitting the
same set of errors, both with BSDMake and GNUMake. The last version of
spiped compiled without issue.

This is my compile:

bsdmake BINDIR=/Users/Bob/Downloads/spiped-1.4.0/BUILDINGTEMP install
export CFLAGS="${CFLAGS:--O2}"; \
export LDADD_POSIX=`export CC="cc"; cd POSIX && command -p sh
posix-l.sh`; \
export CFLAGS_POSIX=`export CC="cc"; cd POSIX && command -p sh
posix-cflags.sh`; \
( export CC="cc"; cd libcperciva/cpusupport/Build && command -p sh
cpusupport.sh ) > cpusupport-config.h; \
. ./cpusupport-config.h; \
for D in spiped spipe; do \
( cd ${D} && make all ) || exit 2; \
done
WARNING: POSIX violation: make's CC doesn't understand -lrt
WARNING: POSIX violation: make's CC doesn't understand -lxnet
WARNING: POSIX violation: <sys/socket.h> not defining MSG_NOSIGNAL
WARNING: POSIX violation: <time.h> not defining CLOCK_REALTIME
Checking if compiler supports X86 CPUID feature... yes
Checking if compiler supports X86 AESNI feature... yes, via -maes
cc -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang: error: no input files
make[1]: *** [main.o] Error 1
make: *** [all] Error 2

Homebrew got a little further than I did, but still ended in failure:

==> bsdmake BINDIR_DEFAULT=/usr/local/Cellar/spiped/1.4.0/bin
MAN1DIR=/usr/local/Cellar/spiped/1.4.0/share/man/man1 install
export CFLAGS="${CFLAGS:--O2}"; export LDADD_POSIX=`export
CC="clang"; cd POSIX && command -p sh posix-l.sh`; export
CFLAGS_POSIX=`export CC="clang"; cd POSIX && command -p sh
posix-cflags.sh`; ( export CC="clang"; cd
libcperciva/cpusupport/Build && command -p sh cpusupport.sh ) >
cpusupport-config.h; . ./cpusupport-config.h; for D in spiped
spipe; do ( cd ${D} && make all ) || exit 2; done
export CC="clang"; cd POSIX && command -p sh posix-l.sh
WARNING: POSIX violation: make's CC doesn't understand -lrt
WARNING: POSIX violation: make's CC doesn't understand -lxnet
export CC="clang"; cd POSIX && command -p sh posix-cflags.sh
WARNING: POSIX violation: <sys/socket.h> not defining MSG_NOSIGNAL
WARNING: POSIX violation: <time.h> not defining CLOCK_REALTIME
Checking if compiler supports X86 CPUID feature... yes
Checking if compiler supports X86 AESNI feature... yes, via -maes
#define CPUSUPPORT_X86_CPUID
#define CPUSUPPORT_X86_AESNI
#ifdef cpusupport_dummy
export CFLAGS_X86_AESNI="-maes"
#endif
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
Undefined symbols for architecture x86_64:
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make: *** [elasticarray.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [sha256.o] Error 1
make: *** [proto_pipe.o] Error 1
make: *** [proto_crypt.o] Error 1
make: *** [proto_conn.o] Error 1
make: *** [dispatch.o] Error 1
make: *** [main.o] Error 1
make: *** [proto_handshake.o] Error 1
*** Error code 2
1 error

Any ideas on this? Appreciate any feedback.

Dom
- --
Sent from Thunderbird for OS X. My PGP public key is automatically
attached to this email.
Frederick Akalin
2014-08-30 18:24:09 UTC
Permalink
Did you see my post earlier today? http://mail.tarsnap.com/spiped/msg00098.html
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hey all,
Trying to compile the latest spiped release on OS X and hitting the
same set of errors, both with BSDMake and GNUMake. The last version of
spiped compiled without issue.
bsdmake BINDIR=/Users/Bob/Downloads/spiped-1.4.0/BUILDINGTEMP install
export CFLAGS="${CFLAGS:--O2}"; \
export LDADD_POSIX=`export CC="cc"; cd POSIX && command -p sh
posix-l.sh`; \
export CFLAGS_POSIX=`export CC="cc"; cd POSIX && command -p sh
posix-cflags.sh`; \
( export CC="cc"; cd libcperciva/cpusupport/Build && command -p sh
cpusupport.sh ) > cpusupport-config.h; \
. ./cpusupport-config.h; \
for D in spiped spipe; do \
( cd ${D} && make all ) || exit 2; \
done
WARNING: POSIX violation: make's CC doesn't understand -lrt
WARNING: POSIX violation: make's CC doesn't understand -lxnet
WARNING: POSIX violation: <sys/socket.h> not defining MSG_NOSIGNAL
WARNING: POSIX violation: <time.h> not defining CLOCK_REALTIME
Checking if compiler supports X86 CPUID feature... yes
Checking if compiler supports X86 AESNI feature... yes, via -maes
cc -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang: error: no input files
make[1]: *** [main.o] Error 1
make: *** [all] Error 2
==> bsdmake BINDIR_DEFAULT=/usr/local/Cellar/spiped/1.4.0/bin
MAN1DIR=/usr/local/Cellar/spiped/1.4.0/share/man/man1 install
export CFLAGS="${CFLAGS:--O2}"; export LDADD_POSIX=`export
CC="clang"; cd POSIX && command -p sh posix-l.sh`; export
CFLAGS_POSIX=`export CC="clang"; cd POSIX && command -p sh
posix-cflags.sh`; ( export CC="clang"; cd
libcperciva/cpusupport/Build && command -p sh cpusupport.sh ) >
cpusupport-config.h; . ./cpusupport-config.h; for D in spiped
spipe; do ( cd ${D} && make all ) || exit 2; done
export CC="clang"; cd POSIX && command -p sh posix-l.sh
WARNING: POSIX violation: make's CC doesn't understand -lrt
WARNING: POSIX violation: make's CC doesn't understand -lxnet
export CC="clang"; cd POSIX && command -p sh posix-cflags.sh
WARNING: POSIX violation: <sys/socket.h> not defining MSG_NOSIGNAL
WARNING: POSIX violation: <time.h> not defining CLOCK_REALTIME
Checking if compiler supports X86 CPUID feature... yes
Checking if compiler supports X86 AESNI feature... yes, via -maes
#define CPUSUPPORT_X86_CPUID
#define CPUSUPPORT_X86_AESNI
#ifdef cpusupport_dummy
export CFLAGS_X86_AESNI="-maes"
#endif
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
implicit entry/start for main executable
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make: *** [elasticarray.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [sha256.o] Error 1
make: *** [proto_pipe.o] Error 1
make: *** [proto_crypt.o] Error 1
make: *** [proto_conn.o] Error 1
make: *** [dispatch.o] Error 1
make: *** [main.o] Error 1
make: *** [proto_handshake.o] Error 1
*** Error code 2
1 error
Any ideas on this? Appreciate any feedback.
Dom
- --
Sent from Thunderbird for OS X. My PGP public key is automatically
attached to this email.
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iQIcBAEBCgAGBQJUAYynAAoJEIclJNuddDJsEtIP/j4Hjvz5Wo2W/2Ri9Njio9hM
t+l2oUL/wkxPkwMqtJgixlKgrBjOQY7y6CUHHCm7pZd/Np8xObcpyJXzrnu8s/as
SHbXeB6E/s5c5u13FgcH/zNK3NAf4Io1IFBqTRg7PPjaVRIyl9seZAM20nx2+qEL
G6PIE6GLREjpIKM+JA0jicbm6zezpHIMy7jrpO1H3jMfBAvD3uX2Bw20s5l1rTlI
zGyfemMjjjgqyZg9Ye0Q4ZIlyCo4AdwCcoQbvWJuNrE1158UR9I5bDmEXHgn63mt
DyuoIfqLLtWDcTKKieqwmJ64odd2/OMMy9hUSptw78uGBPj7xhKq6LwT0qo1V2UI
9O6qJZdwzecysvSlpudNMsuQa4+PCTAIaMLXOya7vJMgRH5v4Xa1dgHL0sugv+cf
g+Fz+4wX7OZvr5JDPGrNAXwuv9acEOYHgdsX1R0BPo0Z5wAZ07KyVZ1i8PztPnDS
+FOeFZyMrUHiXp4EbSgWYO3AKagHv5cmpYJaCHsOm2RPMqfn8KLbm8sH6atsgCEi
cCSt5YDDgrVBIx8bFZcp9tDauYDNaKmO7pmfqrDOx6LZPmZc6kRYSpFnu6OoLaD6
leb0uz1c1wFx5z5eHslJchdJwVSn2mpKK5t2zlHRYeEtunzidoa4A12GnmVsNz6m
FWVCB4MzFdXn0Nf5bukS
=pJZg
-----END PGP SIGNATURE-----
Frederick Akalin
2014-08-30 18:30:57 UTC
Permalink
Also, if you just want a working homebrew formula:
https://github.com/Homebrew/homebrew/pull/31982
Post by Frederick Akalin
Did you see my post earlier today? http://mail.tarsnap.com/spiped/msg00098.html
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hey all,
Trying to compile the latest spiped release on OS X and hitting the
same set of errors, both with BSDMake and GNUMake. The last version of
spiped compiled without issue.
bsdmake BINDIR=/Users/Bob/Downloads/spiped-1.4.0/BUILDINGTEMP install
export CFLAGS="${CFLAGS:--O2}"; \
export LDADD_POSIX=`export CC="cc"; cd POSIX && command -p sh
posix-l.sh`; \
export CFLAGS_POSIX=`export CC="cc"; cd POSIX && command -p sh
posix-cflags.sh`; \
( export CC="cc"; cd libcperciva/cpusupport/Build && command -p sh
cpusupport.sh ) > cpusupport-config.h; \
. ./cpusupport-config.h; \
for D in spiped spipe; do \
( cd ${D} && make all ) || exit 2; \
done
WARNING: POSIX violation: make's CC doesn't understand -lrt
WARNING: POSIX violation: make's CC doesn't understand -lxnet
WARNING: POSIX violation: <sys/socket.h> not defining MSG_NOSIGNAL
WARNING: POSIX violation: <time.h> not defining CLOCK_REALTIME
Checking if compiler supports X86 CPUID feature... yes
Checking if compiler supports X86 AESNI feature... yes, via -maes
cc -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang: error: no input files
make[1]: *** [main.o] Error 1
make: *** [all] Error 2
==> bsdmake BINDIR_DEFAULT=/usr/local/Cellar/spiped/1.4.0/bin
MAN1DIR=/usr/local/Cellar/spiped/1.4.0/share/man/man1 install
export CFLAGS="${CFLAGS:--O2}"; export LDADD_POSIX=`export
CC="clang"; cd POSIX && command -p sh posix-l.sh`; export
CFLAGS_POSIX=`export CC="clang"; cd POSIX && command -p sh
posix-cflags.sh`; ( export CC="clang"; cd
libcperciva/cpusupport/Build && command -p sh cpusupport.sh ) >
cpusupport-config.h; . ./cpusupport-config.h; for D in spiped
spipe; do ( cd ${D} && make all ) || exit 2; done
export CC="clang"; cd POSIX && command -p sh posix-l.sh
WARNING: POSIX violation: make's CC doesn't understand -lrt
WARNING: POSIX violation: make's CC doesn't understand -lxnet
export CC="clang"; cd POSIX && command -p sh posix-cflags.sh
WARNING: POSIX violation: <sys/socket.h> not defining MSG_NOSIGNAL
WARNING: POSIX violation: <time.h> not defining CLOCK_REALTIME
Checking if compiler supports X86 CPUID feature... yes
Checking if compiler supports X86 AESNI feature... yes, via -maes
#define CPUSUPPORT_X86_CPUID
#define CPUSUPPORT_X86_AESNI
#ifdef cpusupport_dummy
export CFLAGS_X86_AESNI="-maes"
#endif
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL
implicit entry/start for main executable
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make: *** [elasticarray.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [sha256.o] Error 1
make: *** [proto_pipe.o] Error 1
make: *** [proto_crypt.o] Error 1
make: *** [proto_conn.o] Error 1
make: *** [dispatch.o] Error 1
make: *** [main.o] Error 1
make: *** [proto_handshake.o] Error 1
*** Error code 2
1 error
Any ideas on this? Appreciate any feedback.
Dom
- --
Sent from Thunderbird for OS X. My PGP public key is automatically
attached to this email.
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iQIcBAEBCgAGBQJUAYynAAoJEIclJNuddDJsEtIP/j4Hjvz5Wo2W/2Ri9Njio9hM
t+l2oUL/wkxPkwMqtJgixlKgrBjOQY7y6CUHHCm7pZd/Np8xObcpyJXzrnu8s/as
SHbXeB6E/s5c5u13FgcH/zNK3NAf4Io1IFBqTRg7PPjaVRIyl9seZAM20nx2+qEL
G6PIE6GLREjpIKM+JA0jicbm6zezpHIMy7jrpO1H3jMfBAvD3uX2Bw20s5l1rTlI
zGyfemMjjjgqyZg9Ye0Q4ZIlyCo4AdwCcoQbvWJuNrE1158UR9I5bDmEXHgn63mt
DyuoIfqLLtWDcTKKieqwmJ64odd2/OMMy9hUSptw78uGBPj7xhKq6LwT0qo1V2UI
9O6qJZdwzecysvSlpudNMsuQa4+PCTAIaMLXOya7vJMgRH5v4Xa1dgHL0sugv+cf
g+Fz+4wX7OZvr5JDPGrNAXwuv9acEOYHgdsX1R0BPo0Z5wAZ07KyVZ1i8PztPnDS
+FOeFZyMrUHiXp4EbSgWYO3AKagHv5cmpYJaCHsOm2RPMqfn8KLbm8sH6atsgCEi
cCSt5YDDgrVBIx8bFZcp9tDauYDNaKmO7pmfqrDOx6LZPmZc6kRYSpFnu6OoLaD6
leb0uz1c1wFx5z5eHslJchdJwVSn2mpKK5t2zlHRYeEtunzidoa4A12GnmVsNz6m
FWVCB4MzFdXn0Nf5bukS
=pJZg
-----END PGP SIGNATURE-----
Colin Percival
2014-08-30 18:58:54 UTC
Permalink
FYI, Dominyk's post came first, but got stuck in the moderation queue
for a few hours.

Colin Percival
Post by Frederick Akalin
Did you see my post earlier today?
http://mail.tarsnap.com/spiped/msg00098.html
wrote: Hey all,
Trying to compile the latest spiped release on OS X and hitting the same
set of errors, both with BSDMake and GNUMake. The last version of spiped
compiled without issue.
bsdmake BINDIR=/Users/Bob/Downloads/spiped-1.4.0/BUILDINGTEMP install
export CFLAGS="${CFLAGS:--O2}"; \ export LDADD_POSIX=`export CC="cc"; cd
POSIX && command -p sh posix-l.sh`; \ export CFLAGS_POSIX=`export
CC="cc"; cd POSIX && command -p sh posix-cflags.sh`; \ ( export
CC="cc"; cd libcperciva/cpusupport/Build && command -p sh cpusupport.sh ) >
cpusupport-config.h; \ . ./cpusupport-config.h; \
for D in spiped spipe; do \ ( cd ${D} && make
all ) || exit 2; \ done WARNING: POSIX violation: make's CC doesn't
understand -lrt WARNING: POSIX violation: make's CC doesn't understand
-lxnet WARNING: POSIX violation: <sys/socket.h> not defining MSG_NOSIGNAL
WARNING: POSIX violation: <time.h> not defining CLOCK_REALTIME Checking if
compiler supports X86 CPUID feature... yes Checking if compiler supports
error: no input files make[1]: *** [main.o] Error 1 make: *** [all] Error
2
==> bsdmake BINDIR_DEFAULT=/usr/local/Cellar/spiped/1.4.0/bin
MAN1DIR=/usr/local/Cellar/spiped/1.4.0/share/man/man1 install export
CFLAGS="${CFLAGS:--O2}"; export LDADD_POSIX=`export CC="clang"; cd POSIX
&& command -p sh posix-l.sh`; export CFLAGS_POSIX=`export CC="clang";
cd POSIX && command -p sh posix-cflags.sh`; ( export CC="clang"; cd
libcperciva/cpusupport/Build && command -p sh cpusupport.sh ) >
cpusupport-config.h; . ./cpusupport-config.h;
for D in spiped spipe; do ( cd ${D} && make
all ) || exit 2; done export CC="clang"; cd POSIX && command -p sh
posix-l.sh WARNING: POSIX violation: make's CC doesn't understand -lrt
WARNING: POSIX violation: make's CC doesn't understand -lxnet export
CC="clang"; cd POSIX && command -p sh posix-cflags.sh WARNING: POSIX
violation: <sys/socket.h> not defining MSG_NOSIGNAL WARNING: POSIX
violation: <time.h> not defining CLOCK_REALTIME Checking if compiler
supports X86 CPUID feature... yes Checking if compiler supports X86 AESNI
feature... yes, via -maes #define CPUSUPPORT_X86_CPUID #define
CPUSUPPORT_X86_AESNI #ifdef cpusupport_dummy export
CFLAGS_X86_AESNI="-maes" #endif clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL clang
-O2 -DPOSIXFAIL_MSG_NOSIGNAL clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL clang -O2
-DPOSIXFAIL_MSG_NOSIGNAL clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL clang -O2
-DPOSIXFAIL_MSG_NOSIGNAL clang -O2 -DPOSIXFAIL_MSG_NOSIGNAL clang -O2
"_main", referenced from: implicit entry/start for main executable
implicit entry/start for main executable ld: symbol(s) not found for
architecture x86_64 ld: symbol(s) not found for architecture x86_64
implicit entry/start for main executable ld: symbol(s) not found for
architecture x86_64 Undefined symbols for architecture x86_64: "_main",
referenced from: implicit entry/start for main executable Undefined symbols
for architecture x86_64: "_main", referenced from: implicit entry/start for
symbol(s) not found for architecture x86_64 Undefined symbols for
architecture x86_64: Undefined symbols for architecture x86_64: "_main",
referenced from: implicit entry/start for main executable "_main",
referenced from: implicit entry/start for main executable ld: symbol(s) not
found for architecture x86_64 ld: symbol(s) not found for architecture
x86_64 Undefined symbols for architecture x86_64: "_main", referenced
from: implicit entry/start for main executable ld: symbol(s) not found for
architecture x86_64 clang: error: linker command failed with exit code 1
(use -v to see invocation) clang: error: linker command failed with exit
code 1 (use -v to see invocation) clang: error: linker command failed with
exit code 1 (use -v to see invocation) clang: error: linker command failed
with exit code 1 (use -v to see invocation) clang: error: linker command
failed with exit code 1 (use -v to see invocation) clang: error: linker
error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [elasticarray.o] Error 1 make: *** Waiting for unfinished
jobs.... make: *** [sha256.o] Error 1 make: *** [proto_pipe.o] Error 1
*** [dispatch.o] Error 1 make: *** [main.o] Error 1 make: ***
[proto_handshake.o] Error 1 *** Error code 2 1 error
Any ideas on this? Appreciate any feedback.
Dom
--
Colin Percival
Security Officer Emeritus, FreeBSD | The power to serve
Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid
Loading...