Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2003 12:21:33 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: DJ mixing software
Message-ID:  <20031106122133.1364f141.Alexander@Leidinger.net>
In-Reply-To: <20031106114954.698b89a4.martin.vana@vslib.cz>
References:  <20031106114954.698b89a4.martin.vana@vslib.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 6 Nov 2003 11:49:54 +0100
Martin V=E1=F2a <martin.vana@vslib.cz> wrote:

> expr: illegal option -- l
> usage: expr [-e] expression
> expr: illegal option -- l
> usage: expr [-e] expression

The FreeBSD version of "expr" doesn't know the "-l" option, try to find
out what it is supposed to do and work around it.

> gcc -shared  gdamdsppreload.lo  -ldl -lc  -Wl,-soname -Wl,gdamdsppreload.=
so.0 -o .libs/gdamdsppreload.so.0
> /usr/bin/ld: cannot find -ldl

You don't need -ldl on FreeBSD, just get rid of this part of the
options.

Bye,
Alexander.

--=20
              The best things in life are free, but the
                expensive ones are still worth a look.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint =3D C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031106122133.1364f141.Alexander>