Re: help plz

2006-12-21 Thread mehul shah

hi friend,
thanx for ur reply
  when  i  given libtool
--version command it gives fillowing version.so is it neccesary to upgrade .
how can i do that ?

Regards
mehul

ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42)

On 12/20/06, Ralf Wildenhues [EMAIL PROTECTED] wrote:


Hello Mehul,

* mehul shah wrote on Tue, Dec 19, 2006 at 03:37:09PM CET:

 libtool: unrecognized option `--tag=CXX'
 Try `libtool --help' for more information.

This error comes from a Libtool release older than 1.5.  Current is
1.5.22.  You need to ensure that a newer libtool is used.

Now, most of the time, software packages come with the libtool machinery
packed inside the package -- the libtool script is then built at the end
of the 'configure' step.  If that's the case for the package you're
compiling, then it seems that it has a bug.  If not, then you could
upgrade your system libtool, or read the package's documentation that
probably has details about a requirement for an external libtool.

Hope that helps.

Cheers,
Ralf

___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: help plz

2006-12-21 Thread mehul shah

can u give me the site , from where can download such package , i tried in
google search , but unsuccessedd

mehul

On 12/20/06, Ralf Wildenhues [EMAIL PROTECTED] wrote:


Hello Mehul,

* mehul shah wrote on Tue, Dec 19, 2006 at 03:37:09PM CET:

 libtool: unrecognized option `--tag=CXX'
 Try `libtool --help' for more information.

This error comes from a Libtool release older than 1.5.  Current is
1.5.22.  You need to ensure that a newer libtool is used.

Now, most of the time, software packages come with the libtool machinery
packed inside the package -- the libtool script is then built at the end
of the 'configure' step.  If that's the case for the package you're
compiling, then it seems that it has a bug.  If not, then you could
upgrade your system libtool, or read the package's documentation that
probably has details about a requirement for an external libtool.

Hope that helps.

Cheers,
Ralf

___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


help plz

2006-12-20 Thread mehul shah

hello friends,

i downloaded reSIProcate stack , configure it and given Make all
command . initially i got error regarding idb-cxx , but i given following
command which solves it

ln -s /usr/lib/libdb_cxx-4.2.a /usr/lib/libdb_cxx.a
ln -s /usr/lib/libdb_cxx-4.2.la /usr/lib/libdb_cxx.la


but after that , again when i configure and given make all command
producing following error , can anybody what is it regarding and how can i
solve it ??

libtool: unrecognized option `--tag=CXX'
Try `libtool --help' for more information.
make[3]: *** [Asserter.lo] Error 1
make[3]: Leaving directory
`/usr/local/resiprocate-1.0/tfm/contrib/cppunit/src/c
ppunit'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/resiprocate-1.0
/tfm/contrib/cppunit/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/resiprocate-1.0/tfm/contrib/cppunit'
make: *** [cppunit] Error 2

Thanks in advance

Regards
mehul
___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: help plz

2006-12-20 Thread Ralf Wildenhues
Hello Mehul,

* mehul shah wrote on Tue, Dec 19, 2006 at 03:37:09PM CET:
 
 libtool: unrecognized option `--tag=CXX'
 Try `libtool --help' for more information.

This error comes from a Libtool release older than 1.5.  Current is
1.5.22.  You need to ensure that a newer libtool is used.

Now, most of the time, software packages come with the libtool machinery
packed inside the package -- the libtool script is then built at the end
of the 'configure' step.  If that's the case for the package you're
compiling, then it seems that it has a bug.  If not, then you could
upgrade your system libtool, or read the package's documentation that
probably has details about a requirement for an external libtool.

Hope that helps.

Cheers,
Ralf


___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool