This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compile problem


Hello all,

I have a problem compiling a program. It is for archiving ezmlm lists.

This is the error:
/usr/bin/ld: cannot find -lbg-sysdeps
collect2: ld returned 1 exit status

Here a piece of the makefile where it is generating the error:
globals.pyc: globals.py
	python -c '__import__("globals")'

load: conf-ld conf-bglibs
	( bglibs=`head -n 1 conf-bglibs`; \
	  echo '#!/bin/sh';\
	  echo 'main="$$1"; shift';\
	  echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" '-o "$$main"
"$$main.o" $${1+"$$@"}' -lbg-sysdeps; \
	) >load
	chmod 755 load

main.pyc: main.py
	python -c '__import__("main")'

I searched google, rpm.bone and could not come up with anything. I am
using fedora 4 with gcc 4.0.2-8 and python 2.4.1-2

How can I fix this?

-- 
Best regards,
~WILL~
Public Key: 0xC8E166BB
Key: http://code-heads.com/keys/ch1.asc
Linux Registered User: 406084

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]