Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge error bei tcl8.4.9
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
lordmat
n00b
n00b


Joined: 30 Jul 2003
Posts: 52
Location: Tübingen

PostPosted: Wed Jan 25, 2006 10:26 am    Post subject: emerge error bei tcl8.4.9 Reply with quote

Hey

beim kompiliern von tcl bekomm ich einen fehler :(

Quote:
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for building with threads... no (default)
checking if the compiler understands -pipe... yes
checking how to run the C preprocessor... gcc -pipe -E
checking for sin... no
checking for main in -lieee... yes
checking for main in -linet... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking how to build libraries... shared
checking for ranlib... ranlib
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: line 7338: syntax error near unexpected token `)'
./configure: line 7338: ` OSF*)'



Laut error soll ich die config.log attachen ;)

Quote:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:579: checking whether to use symlinks for manpages
configure:591: checking whether to compress the manpages
configure:614: checking whether to add a package name suffix for the manpages
configure:642: checking for gcc
configure:755: checking whether the C compiler (gcc -O2 -march=i686 -pipe -fomit-frame-pointer ) works
configure:771: gcc -o conftest -O2 -march=i686 -pipe -fomit-frame-pointer conftest.c 1>&5
configure:797: checking whether the C compiler (gcc -O2 -march=i686 -pipe -fomit-frame-pointer ) is a cross-compiler
configure:802: checking whether we are using GNU C
configure:811: gcc -E conftest.c
configure:830: checking whether gcc accepts -g
configure:868: checking for building with threads
configure:1411: checking if the compiler understands -pipe
configure:1422: gcc -pipe -c -O2 -march=i686 -pipe -fomit-frame-pointer conftest.c 1>&5
configure:1441: checking how to run the C preprocessor
configure:1462: gcc -pipe -E conftest.c >/dev/null 2>conftest.out
configure:1529: checking for sin
configure:1557: gcc -pipe -o conftest -O2 -march=i686 -pipe -fomit-frame-pointer conftest.c 1>&5
configure:1541: warning: conflicting types for built-in function 'sin'
/var/tmp/portage/tcl-8.4.9/temp/ccSc8KpW.o: In function `main':
conftest.c:(.text+0xd): undefined reference to `sin'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1534 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sin(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sin();

int main() {

/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_sin) || defined (__stub___sin)
choke me
#else
sin();
#endif

; return 0; }
configure:1578: checking for main in -lieee
configure:1593: gcc -pipe -o conftest -O2 -march=i686 -pipe -fomit-frame-pointer conftest.c -lieee 1>&5
configure:1620: checking for main in -linet
configure:1635: gcc -pipe -o conftest -O2 -march=i686 -pipe -fomit-frame-pointer conftest.c -linet 1>&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -linet
collect2: ld returned 1 exit status
configure: failed program was:
#line 1628 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:1657: checking for net/errno.h
configure:1667: gcc -pipe -E conftest.c >/dev/null 2>conftest.out
configure:1663:23: net/errno.h: No such file or directory
configure: failed program was:
#line 1662 "configure"
#include "confdefs.h"
#include <net/errno.h>
configure:1712: checking for connect
configure:1740: gcc -pipe -o conftest -O2 -march=i686 -pipe -fomit-frame-pointer conftest.c 1>&5
configure:1905: checking for gethostbyname
configure:1933: gcc -pipe -o conftest -O2 -march=i686 -pipe -fomit-frame-pointer conftest.c 1>&5
configure:2007: checking how to build libraries
configure:2046: checking for ranlib
configure:2078: checking if 64bit support is requested
configure:2098: checking if 64bit Sparc VIS support is requested
configure:2122: checking system version (for dynamic loading)


fals jemand das selbe problem hat oder antwort weiß

danke schon mal :)
_________________
#linux.de @ euIRC | gentoo linux box
Supporter.
Gruß an DerCorny ;]
Back to top
View user's profile Send private message
lordmat
n00b
n00b


Joined: 30 Jul 2003
Posts: 52
Location: Tübingen

PostPosted: Wed Jan 25, 2006 4:13 pm    Post subject: Reply with quote

ich haeng mal noch was voner configure an obwohl die soweit richtig ist

Quote:
echo $ac_n "checking FIONBIO vs. O_NONBLOCK for nonblocking I/O""... $ac_c" 1>&6
echo "configure:7314: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O" >&5
if test -f /usr/lib/NextStep/software_version; then
system=NEXTSTEP-`awk '/3/,/3/' /usr/lib/NextStep/software_version`
else
system=`uname -s`-`uname -r`
if test "$?" -ne 0 ; then
system=unknown
else
# Special check for weird MP-RAS system (uname returns weird
# results, and the version is kept in special file).

if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
system=MP-RAS-`awk '{print }' /etc/.relid'`
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`
fi
fi
fi
case $system in
# There used to be code here to use FIONBIO under AIX. However, it
# was reported that FIONBIO doesn't work under AIX 3.2.5. Since
# using O_NONBLOCK seems fine under AIX 4.*, I removed the FIONBIO
# code (JO, 5/31/97).

OSF*)
cat >> confdefs.h <<\EOF
#define USE_FIONBIO 1
EOF

echo "$ac_t""FIONBIO" 1>&6
;;
SunOS-4*)
cat >> confdefs.h <<\EOF
#define USE_FIONBIO 1
EOF


das ist von 7312 bis 7348
_________________
#linux.de @ euIRC | gentoo linux box
Supporter.
Gruß an DerCorny ;]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum