*.a libraries

2000-09-27 Thread Alexander Olefirenko
Hello ! Can anybody tell me what to do if building a library i need to link it with static lib*.a ? While linking libtool tells there's a problims with linking with files with my lib, but linking it by hand works fine ... Is there and solvation for this ? Please help and excuse me for my english.

static libs

2000-09-27 Thread Alexander Olefirenko
Hello ! Can anybody tell me what to do if building a library i need to link it with static lib*.a ? While linking libtool tells there's a problims with linking with files with my lib, but linking it by hand works fine ... Is there and solvation for this ? Please help and excuse me for my english.

One more fix for ash-0.2 braindamage

2000-09-27 Thread Pavel Roskin
Hello! When configure is run under ash-0.2 it cannot find "missing". Unfortunately, $? isn't changed by variable assignments in ash-0.2. In fact, even besides this bug it's correct not to rely on $? after assigning to CDPATH. CDPATH=: failed - so what? Not to run "cd" and "pwd" and end up with M

Please help me!Thank you!

2000-09-27 Thread hevay
  - Original Message - From: hevay To: [EMAIL PROTECTED] Sent: Monday, September 25, 2000 4:17 PM Subject: Please help me!   - Original Message - From: hevay To: [EMAIL PROTECTED] Sent: Monday, September 25, 2000 3:48 PM Subject: Please help me! Dear si

Re: dependency files not from stdout

2000-09-27 Thread Tom Tromey
> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: Robert> Q1: Robert> Is it possible to do this in the current depmod framework? Robert> (I think it is, but I'm not sure what the issues from Robert> other scripts like libtool are) Sure it is possible. The script can do almost anything

linking with static libs

2000-09-27 Thread Alexander Olefirenko
Hello ! Can anybody tell me what to do if building a library i need to link it with static lib (lib*.a)? While linking libtool tells there's a problims with linking with files with my lib, but linking it by hand works fine ... Is there anysolvation for this ? Please help and excuse me for my eng

any way to generate debug AND non-debug releases?

2000-09-27 Thread allen
I would like to be able to build both debug and release builds of some libraries and apps that are using the GNU build system. It seems that there must be an easy way to specify multiple targets (one simply stripped of symbols). Can anyone point me to some docs or have suggestions on how this can