Reply To: error building nightlies on fedora core 4

#6511
rpedde
Participant

@sdfska wrote:

having some linux newbie issues with getting a nightly compiled. config works but make does’nt.
here is what i get:
[root@iTunesSvr /]# cd /root/Desktop/mt-daapd-svn-1372
[root@iTunesSvr mt-daapd-svn-1372]# ./configure; make; make install
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for gcc… gcc
checking for C compiler default output file name… configure: error: C compiler cannot create executables
See `config.log’ for more details.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install’. Stop.

The log shows this is where it failed:
configure:2318: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2321: $? = 1
configure: failed program was:
| /* confdefs.h. */

need a hand with this, thanks
~sdf~

looks like you are missing the glibc-devel package.

– Ron