Hi again,
Here is Judson Steiner. I write to you because we are accepting your mortg=
age application.
Our office confirms you can get a $220.000 lo=C0n for a $252.00 per month =
payment.
Approval process will take 1 minute, so please fill out the form on our we=
bsite:
http://sheik-thereof.refi
Looking for not expensive high-quality software?
We might have just what you need.
Windows XP Professional 2002 . x50
Adobe Photoshop 7.0 .. i60
Microsoft Office XP Professional 2002 y60
Corel Draw Graphics Suite 11 . r60
and lots more...
lijlor
Title: ...
___
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool
I just came across a difference between between GNU make and BSD make:
% cat makefile1
$(var)/foo: bar
$(var)/bar:
echo "making bar"
% make var=. -f makefile1 ./foo
make: don't know how to make bar. Stop
make: stopped in /usr/src/local/libtool/err
% gmake var=. -f makefile1 ./foo
ec
On Wed, 27 Oct 2004, Sean Dague wrote:
I've got an issue with make distcheck and libtool 1.5.x on my project. With
libtool 1.4 this all works. (Note I am using gcc 3.4, automake 1.8,
autoconf 2.59)
A possible cause of the problem is an ordering problem with library
building/installation. Automa