Results 1 to 5 of 5
hello,
it is centos 5.2 but when i want to install some tar.gz files, i get an error message.
[1@kamil eggdrop1.6.19]$ uname -a
Linux kamil.osmanhost.com 2.6.18-92.el5 #1 SMP Tue Jun ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-07-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 3
installation error.help me pls :(
hello,
it is centos 5.2 but when i want to install some tar.gz files, i get an error message.
[1@kamil eggdrop1.6.19]$ uname -a
Linux kamil.osmanhost.com 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux
[1@kamil eggdrop1.6.19]$ uname -r
2.6.18-92.el5
[1@kamil eggdrop1.6.19]$
This is error messages;
1)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c tcl.c
tcl.c:490: warning: dereferencing type-punned pointer will break strict-aliasing rules
tcl.c: In function âreadtclprogâ:
tcl.c:740: warning: assignment discards qualifiers from pointer target type
2)
make[2]: Entering directory `/home/1/eggdrop1.6.19/src/mod/blowfish.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././blowfish.mod/blowfish.c
.././blowfish.mod/blowfish.c: In function âblowfish_initâ:
.././blowfish.mod/blowfish.c:219: warning: pointer targets in passing argument 2 of â__builtin_strncpyâ differ in signedness
.././blowfish.mod/blowfish.c: In function âencrypt_stringâ:
.././blowfish.mod/blowfish.c:322: warning: pointer targets in assignment differ in signedness
.././blowfish.mod/blowfish.c:329: warning: pointer targets in assignment differ in signedness
mv blowfish.o ../
gcc -pipe -shared -nostartfiles -o ../../../blowfish.so ../blowfish.o -L/usr/lib -ltcl8.4 -lm -lpthread -ldl -lnsl
touch ../../../blowfish.so
make[2]: Leaving directory `/home/1/eggdrop1.6.19/src/mod/blowfish.mod'
3)
make[2]: Entering directory `/home/1/eggdrop1.6.19/src/mod/filesys.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././filesys.mod/filesys.c
In file included from .././filesys.mod/filesys.c:139:
.././filesys.mod/dbcompat.c: In function âconvert_version1â:
.././filesys.mod/dbcompat.c:168: warning: pointer targets in passing argument 1 of âstrlenâ differ in signedness
.././filesys.mod/dbcompat.c:168: warning: pointer targets in passing argument 2 of âstrcpyâ differ in signedness
mv filesys.o ../
4)
make[2]: Entering directory `/home/1/eggdrop1.6.19/src/mod/server.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././server.mod/server.c
.././server.mod/server.c: In function ânext_serverâ:
.././server.mod/server.c:1050: warning: dereferencing type-punned pointer will break strict-aliasing rules
.././server.mod/server.c: At top level:
.././server.mod/server.c:1344: warning: dereferencing type-punned pointer will break strict-aliasing rules
.././server.mod/server.c:1352: warning: dereferencing type-punned pointer will break strict-aliasing rules
mv server.o ../
5)
make[2]: Entering directory `/home/1/eggdrop1.6.19/src/mod/share.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././share.mod/share.c
.././share.mod/share.c: In function âshare_changeâ:
.././share.mod/share.c:633: warning: dereferencing type-punned pointer will break strict-aliasing rules
- 02-07-2009 #2
Hello and welcome to Linuxforums.
What software are you trying to install? CentOS has a huge repo and I believe it will be easier to install most software with your package manager, or do you need to install it from source?I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 02-07-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 3
.
i tried usuallt IRC software..
unreal3.2.3
eggdrop1.6.19
vs vs
i didnt install unreal3.2.3 but i installed unreal3.2.8
i get error when i use this command;
"make config"
- 02-07-2009 #4
well if you are able to install unreal3.2.8, then that means all compiler is working, have you tried searching for eggdrop in your package manager?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 02-07-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 3


Reply With Quote

