LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-24-2008, 03:20 AM   #1
Yuki
LQ Newbie
 
Registered: Aug 2008
Posts: 2

Rep: Reputation: 0
[HELP] Configure and Compile


Hello everyone,
I'm trying to get some files work with one server, mainly all people there don't know what to do, but seems this is a linux issue so I was thinking that you could help, I'm using SLAM64 Linux and I get these errors:

Leeching from SVN Goes Great...Checked out revision 4842.
Then...autoreconf --force --install errors:
Code:
Code:
yuki@gameserver:~/ascent/trunk$ autoreconf --force --install
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
run info '(automake)Extending aclocal'nf --force --installautoreconf --force -
or see http://sources.redhat.com/automake/a...ending-aclocal
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/a...ending-aclocal
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
extras/collision/collision_dll/Makefile.am: installing `./depcomp'
yuki@gameserver:~/ascent/trunk$
After this configure goes still good... (Log Here: http://www.warfare.lt/~yuki/configure.txt ) And then I try to "make" it justs burst into millions of errors (can't fit the whole log because of the newbie issues, but the errors are the same.. : http://www.warfare.lt/~yuki/error.txt )
 
Old 08-24-2008, 12:26 PM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
You're trying to build a 64-bit application and it is trying to link against 32-bit libraries. It looks like the configure script doesn't use pkgconfig very well and there are a number of hard-coded paths. After executing autoreconf, try
Code:
sed -i 's@/usr/lib@/usr/lib64@g' configure
CC="gcc -m64" ./configure --prefix=/usr --libdir=/usr/lib64
make
This assumes, of course, that you actually have the 64-bit libraries installed for OpenSSL, PCRE, MySQL, and Zlib.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to cross compile with configure i.you Linux - Software 1 10-17-2007 02:18 PM
configure and compile own kernel Keruskerfuerst SUSE / openSUSE 8 11-16-2005 06:17 AM
How do you compile/configure/install sonofamre Linux - Newbie 1 08-22-2005 09:32 AM
can't compile/configure/make anything oracleofmist Linux - Software 7 10-28-2004 09:55 AM
configure/compile help puma Linux - Software 2 05-19-2003 02:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration