URGENT AND CONFIDENCETIAL

2003-08-31 Thread waleme
Prudent Bank Of Nig. Plc Prudent House Ebani Lagos State Nigeria. Email:([EMAIL PROTECTED]) Request For Foreign Partner Dear friend, I sincerely write to seek your co-operation and trust to enable my colleagues and I carry out an urgent business opportunity in my department. I work

Re: missing --run/not run

2003-08-31 Thread Norman Gray
Greetings, Following up on my previous message. On Friday, August 29, 2003, at 10:56 PM, Norman Gray wrote: The problem is, of course, the `missing' script, and what happens when a checked-out generated file apparently needs to be rebuilt on a developer's machine. [...] There seems to be

Re: missing --run/not run

2003-08-31 Thread Norman Gray
Greetings, On Fri, 29 Aug 2003 23:39:09 +0100, Paul Brook wrote: We as a project have decided to go the route of checking autotool-generated files into our CVS repository, and as a result are discovering the full subtleties of the consequences of that, in I suffered similar problems until I

Re: Building .so files only.

2003-08-31 Thread Tom Howard
On Wednesday 27 August 2003 16:48, Tom Howard wrote: On Wednesday 27 August 2003 16:21, Stephen Torri wrote: I am trying to build libraries that will act as modules in a program. At present when I do a compile its building .la, .so, .so.0.0 and .so.0.0.0 files. I am looking for advice on

Re: Building .so files only.

2003-08-31 Thread Stephen Torri
On Fri, 2003-08-29 at 06:55, Benjamin Reed wrote: On Aug 29, 2003, at 12:55 AM, Daniel Reed wrote: To produce only .la and .so files, you can pass -module -avoid-version to libtool. In Automake, you can do this by using something similar to: pkglib_LTLIBRARIES = mymod.la