[H-GEN] Compiling error....

Craig Eldershaw celdersh at parc.xerox.com
Mon Jul 19 23:31:18 EDT 1999


(Note reply-to: being general at humbug.org.au vs Craig Eldershaw <celdersh at parc.xerox.com>)

>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`

>bash> gtk-config --cflags
>bash> gtk-config --libs

Well they seem innocent.

Try running the above c++ line manually with the addition of a '-v'
option to see exactly what it's trying to link in from where.  This
should allow you to see where it is going wrong.  If you can't see it,
then as a last resort run 'ld' manually (copying from the output of the
'c++ -v' command) and adding the full correct path.  This is a cludge -
but if it gets this program compiled...

HTH,
    C.

--
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