samba 4.0.0alpha2 OS Tru64 ver. 5.1B-4 (PK6) PATH=$PATH:$GNU export CC=cc export CFLAGS="-arch host -pthread" ./configure --enable-dso --with-readline=/usr/local --with-pthreads > conf.log 2>&1 && $GNU/make > make.log 2>&1 ... ld: -rpath-link: Unknown flag
Created attachment 3071 [details] log
Created attachment 3072 [details] log
Created attachment 3073 [details] log
Created attachment 3074 [details] log
Created attachment 3075 [details] log
Sadly we don't have a Tru64 machine in the build farm, so installation errors on this platform have gone undetected. In future, we will require Python, which in turn requires good shared library support, which may be part of the challenge moving forward.
Please don't use --enable-dso, it is not supported on Tru64.
--enable-dso is not a key feature, so decreasing severity.
Created attachment 3123 [details] conf
Created attachment 3124 [details] config
Created attachment 3125 [details] config.mk
Created attachment 3126 [details] config.status
Created attachment 3127 [details] make
without --enable-dso PATH=$PATH:$GNU export CC=cc export CFLAGS="-arch host -pthread" ./configure --with-readline=/usr/local --with-pthreads > conf.log 2>&1 && $GNU/make > make.log 2>&1 ... make: *** [param/loadparm.o] Error 1
Have you looked into this?
Created attachment 3341 [details] alpha4 logs PATH=$PATH:$GNU export CC=cc export CFLAGS="-arch host -pthread" export MAKE=$GNU/make ./configure --disable-dso --with-readline=/usr/local --with-pthreads > conf.log 2>&1 && $GNU/make > make.log 2>&1 ... make: 'version.h' is up to date.
Please mark old (outdated) files as "obsolete", so we can prevent confusions. Regarding your problem: The "configure" logfile points out that you have trouble with the C compiler "cc". Since this is a proprietary UNIX distribution, it surely won't be "gcc". So the best way should be to install "gcc". Certainly you have then to do some steps to let "configure" use it (the best would be to remove the actual installed C compiler completely if possible). Then please let us know, if the "configure" script ran without errors.
This bug is regarding the build system, so assign it up to Jelmer.
It should be fixed now. If not, please reopen!