[H-GEN] Compiling error....

Michael Anthon mca at tams.com.au
Mon Jul 12 21:03:38 EDT 1999


(Note reply-to: being general at humbug.org.au vs Michael Anthon <mca at tams.com.au>)

I'm trying to compile a program on my Linux box.  It's a GUI ftp/http
getting tool thingy supposedly (don't be put off by the file name, it's
nothing to do with NT, although I wonder about the authors state of mind).
It wont compile 8^(.

Well, it compiles, but it will not link properly.... here is the command
line and error message...

bash> make
cd face && make -j2
make[1]: Entering directory `/usr/src/nt-0.99/main/face'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/nt-0.99/main/face'
rm -f nt || test -z ""
make -j2 nt
make[1]: Entering directory `/usr/src/nt-0.99/main'
c++ -Wall -O2 `gtk-config --cflags` -lpthread nt.cc base64.o queue.o
liststr.o dlist.o mdlist.o locstr.o log.o  sort.o meter.o socket.o history.o
hproxy.o client.o ftp.o http.o download.o ftpd.o httpd.o signal.o main.o
config.o savelog.o mainlog.o var.o  face/lmenu.o face/list.o face/addd.o
face/graph.o face/log.o face/prefs.o face/buttons.o face/about.o face/edit.o
face/colors.o face/saveload.o -o nt `gtk-config --libs`
/usr/i586-pc-linux-gnu/bin/ld: cannot open crtbegin.o: No such file or
directory
make[1]: *** [nt] Error 1
make[1]: Leaving directory `/usr/src/nt-0.99/main'
make: *** [all] Error 2

Here's a few other bits that might shed some light on it

bash> gtk-config --cflags
-I/usr/X11R6/include -I/usr/local/gnome/lib/glib/include
-I/usr/local/gnome/include

bash> gtk-config --libs
-L/usr/local/gnome/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule
-lglib -ldl -lXext -lX11 -lm

bash> c++ --version
pgcc-2.91.66

bash> locate crtbegin.o
/debian/usr/i486-linuxchecker/lib/crtbegin.o
/debian/usr/lib/gcc-lib/i486-linux/2.7.2.3/crtbegin.o
/debian/usr/lib/gcc-lib/i486-linux/egcs-2.91.60/crtbegin.o
/usr/lib/gcc-lib/i386-redhat-linux/2.7.2.3/crtbegin.o
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.90.27/crtbegin.o
/usr/local/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.91.66/crtbegin.o

Cheers
Michael Anthon

--
This is list (humbug) general handled by majordomo at lists.humbug.org.au .
Postings only from subscribed addresses of lists general or general-post.



More information about the General mailing list