Results 1 to 4 of 4
I looked around and couldn't find an answer to this question...
I have tried compiling this program however I can ./configure fine but when I make install it gets to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-10-2005 #1Just Joined!
- Join Date
- Dec 2005
- Posts
- 1
Problem building Xchat 2.6.0
I looked around and couldn't find an answer to this question...
I have tried compiling this program however I can ./configure fine but when I make install it gets to this point. These are the last few lines of my output in the Terminal.
I'm running Suse 10.0, KDE Enviornment and I have installed the GCC packages from the CDs.
gcc -g -O2 -Wall -pipe -Wno-pointer-sign -funsigned-char -o xchat about.o ascii.o banlist.o chanlist.o chanview.o dccgui.o editlist.o fe-gtk.o fkeys.o gtkutil.o ignoregui.o menu.o maingui.o mmx_cmod.o notifygui.o palette.o pixmaps.o plugingui.o rawlog.o search.o servlistgui.o setup.o textgui.o urlgrab.o userlistgui.o xtext.o -Wl,--version-script -Wl,./../version-script -Wl,--export-dynamic ../common/libxchatcommon.a -L/usr/X11R6/lib -L/opt/gnome/lib /opt/gnome/lib/libgtk-x11-2.0.so /opt/gnome/lib/libgdk-x11-2.0.so /opt/gnome/lib/libatk-1.0.so /opt/gnome/lib/libgdk_pixbuf-2.0.so /opt/gnome/lib/libpangocairo-1.0.so /opt/gnome/lib/libpangoft2-1.0.so /opt/gnome/lib/libpango-1.0.so /usr/lib/libcairo.so /opt/gnome/lib/libgobject-2.0.so /opt/gnome/lib/libgmodule-2.0.so /usr/lib/libfontconfig.so /usr/lib/libfreetype.so /usr/lib/libexpat.so -lXrender -lX11 -lXext -lpng12 -lz /usr/lib/libglitz.so -lm -ldl /opt/gnome/lib/libglib-2.0.so
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: Invalid version tag `EXPORTED'. Only anonymous version tag is allowed in executable.
collect2: ld returned 1 exit status
make[2]: *** [xchat] Error 1
make[2]: Leaving directory `/home/cpiehler/Xchat/xchat-2.6.0/src/fe-gtk'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/cpiehler/Xchat/xchat-2.6.0/src'
make: *** [install-recursive] Error 1
Thank you.
-CW55
- 12-13-2005 #2Banned
- Join Date
- Jul 2004
- Posts
- 947
looks fine to me
just
Code:make install
- 12-24-2005 #3Just Joined!
- Join Date
- Dec 2005
- Posts
- 1
i have the same problem....it just wont install it.
- 04-23-2006 #4Just Joined!
- Join Date
- Apr 2006
- Posts
- 1
Solution!
I had the same problem and I fixed it by doing this:
- Open up src/version-script in emacs or equivalent
- Completely remove the part that says "EXPORTED" (but leave the curly brace)
- cd to the root of the xchat source tree
- run make clean (important)
- run make
- run su -c "make install" and type in your root password
Hope this helps
-dandaman32


Reply With Quote
