Hi!

> > libtool: link: cc -g -pg -Wall -std=gnu99 -O2 -pipe -fstack-protector 
> > -fno-strict-aliasing -fstack-protector -o mlrp mlrp-mlrmain.o  
> > cli/.libs/libcli.a containers/.libs/libcontainers.a 
> > stream/.libs/libstream.a input/.libs/libinput.a mapping/.libs/libmapping.a 
> > output/.libs/liboutput.a lib/.libs/libmlr.a dsls/.libs/libfdsl.a 
> > dsls/.libs/libpdsl.a -lm
> > /usr/bin/ld: undefined reference to symbol `_end' (try adding -lc)
> > //lib/libc.so.7: could not read symbols: Bad value
> > cc: error: linker command failed with exit code 1 (use -v to see invocation)

> I believe this is because you're using clang and mlr is expecting gcc.

If I build with gcc:

--- mlrp ---
/usr/local/bin/ld: //usr/lib/libc_p.a(sbrk.po): undefined reference to symbol 
'_end'
//lib/libc.so.7: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

-- 
p...@opsec.eu            +49 171 3101372                         4 years to go !
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to