From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6637 invoked by alias); 28 Jan 2006 15:52:13 -0000 Received: (qmail 6629 invoked by uid 22791); 28 Jan 2006 15:52:12 -0000 X-Spam-Check-By: sourceware.org Received: from vms040pub.verizon.net (HELO vms040pub.verizon.net) (206.46.252.40) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Jan 2006 15:52:09 +0000 Received: from [10.10.1.100] ([71.114.159.233]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0ITT00IDQ82V8JCB@vms040.mailsrvcs.net> for gcc-help@gcc.gnu.org; Sat, 28 Jan 2006 09:52:08 -0600 (CST) Date: Sat, 28 Jan 2006 15:52:00 -0000 From: CodeHeads Subject: Compile problem To: GCC-Help Reply-to: ch@code-heads.com Message-id: <1138463624.2440.10.camel@FC5> MIME-version: 1.0 Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-l/3pHn2tjNsJlrEiO+zR" X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-01/txt/msg00221.txt.bz2 --=-l/3pHn2tjNsJlrEiO+zR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 867 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=3D`head -n 1 conf-bglibs`; \ echo '#!/bin/sh';\ echo 'main=3D"$$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? --=20 Best regards, ~WILL~ Public Key: 0xC8E166BB Key: http://code-heads.com/keys/ch1.asc Linux Registered User: 406084 --=-l/3pHn2tjNsJlrEiO+zR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBD25OIfw3TK8jhZrsRArZFAKDM9NMANbYmWrYY9rJULDExYs0sdQCdFxFY XJHhhtz6KE+vNCUYfOLNqvs= =tTJB -----END PGP SIGNATURE----- --=-l/3pHn2tjNsJlrEiO+zR--