Re: Dlopening documentation

2004-03-11 Thread Bob Friesenhahn
On Thu, 4 Mar 2004, Gary V. Vaughan wrote:
>
> I have a feeling that this is all done automatically by lt_dlopen.  If it
> isn't then it should be...
>
> Comments?

It seems to me that this text covers the case when libltdl is not
used.  It is possible to use modules built by libtool without using
libltdl. :-)

Bob
==
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen



___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Re: Dlopening documentation

2004-03-11 Thread Peter O'Gorman
Gary V. Vaughan wrote:

The current libtool docs say:

@node Finding the dlname
@section Finding the correct name to dlopen
@cindex names of dynamic modules
@cindex dynamic modules, names
After a library has been linked with @samp{-module}, it can be dlopened.
Unfortunately, because of the variation in library names,
your package needs to determine the correct file to dlopen.
The most straightforward and flexible implementation is to determine the
name at runtime, by finding the installed @samp{.la} file, and searching
it for the following lines:
@example
# The name that we can @code{dlopen}.
dlname='@var{dlname}'
@end example
If @var{dlname} is empty, then the library cannot be dlopened.
Otherwise, it gives the dlname of the library.  So, if the library was
installed as @file{/usr/local/lib/libhello.la}, and the @var{dlname} was
@file{libhello.so.3}, then @file{/usr/local/lib/libhello.so.3} should be
dlopened.
If your program uses this approach, then it should search the
directories listed in the @[EMAIL PROTECTED]@code{LIBPATH}
on AIX, and @code{SHLIB_PATH} on HP-UX.} environment variable, as well as
the directory where libraries will eventually be installed.  Searching
this variable (or equivalent) will guarantee that your program can find
its dlopened modules, even before installation, provided you have linked
them using libtool.
I have a feeling that this is all done automatically by lt_dlopen.  If it
isn't then it should be...
Comments?
Last time I looked lt_dlopen did all of this.

It seems that we ought to recommend that "lib.la" be the filename 
passed to lt_dlopen(), things probably work best in that case, but hey, 
you're the one with "author" in your .sig :)

Peter
--
Peter O'Gorman - http://www.pogma.com
___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Divulgação cadastramento em sites de busca: http://www.gueb.de/divulgueseusite

2004-03-11 Thread Marco Miranda
Tudo para divulgação de sites e homepages. Cadastramento em mecanismos de busca, 
email marketing, publicidade online, campanhas online, cadastro de sites, sites 
de busca, torne seu site um sucesso:

http://www.gueb.de/divulgueseusite

Tudo para divulgar seu site: Cadastramento em ferramentas de busca nacionais 
e internacionais. Cadastro em buscadores e diretórios.  Torne seu site um sucesso 
de visitação e vendas:

http://www.gueb.de/divulgueseusite

Dicas de como divulgar seu site. Email marketing e outros recursos.



___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Re: Dlopening documentation

2004-03-11 Thread Albert Chin
On Thu, Mar 04, 2004 at 06:29:16PM +, Gary V. Vaughan wrote:
> If @var{dlname} is empty, then the library cannot be dlopened.
> Otherwise, it gives the dlname of the library.  So, if the library was
> installed as @file{/usr/local/lib/libhello.la}, and the @var{dlname} was
> @file{libhello.so.3}, then @file{/usr/local/lib/libhello.so.3} should be
> dlopened.
> 
> If your program uses this approach, then it should search the
> directories listed in the @[EMAIL PROTECTED]@code{LIBPATH}
> on AIX, and @code{SHLIB_PATH} on HP-UX.} environment variable, as well as
> the directory where libraries will eventually be installed.  Searching
> this variable (or equivalent) will guarantee that your program can find
> its dlopened modules, even before installation, provided you have linked
> them using libtool.
> 
> 
> I have a feeling that this is all done automatically by lt_dlopen.  If it
> isn't then it should be...

Yes, it should be. BTW, how do we handle the case where
need_lib_prefix!=no?

-- 
albert chin ([EMAIL PROTECTED])


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Libtool 1.5.2 on HP-UX 10.20

2004-03-11 Thread Dalibor Topic
Hi all,

I've had some problems with building kaffe on a parisc-hpux 10.20 box, 
so I decided to run the 1.5.2 make check on it. I've attached the results.

cheers,
dalibor topic
Making check in .
Making check in libltdl
Making check in doc
Making check in tests
make  check-TESTS
PASS: cdemo-static.test
FAIL: cdemo-make.test
SKIP: cdemo-exec.test
PASS: demo-static.test
FAIL: demo-make.test
SKIP: demo-exec.test
SKIP: demo-inst.test
FAIL: demo-unst.test
PASS: depdemo-static.test
FAIL: depdemo-make.test
SKIP: depdemo-exec.test
SKIP: depdemo-inst.test
FAIL: depdemo-unst.test
PASS: mdemo-static.test
FAIL: mdemo-make.test
SKIP: mdemo-exec.test
SKIP: mdemo-inst.test
FAIL: mdemo-unst.test
PASS: cdemo-conf.test
FAIL: cdemo-make.test
SKIP: cdemo-exec.test
PASS: demo-conf.test
FAIL: demo-make.test
SKIP: demo-exec.test
SKIP: demo-inst.test
FAIL: demo-unst.test
SKIP: deplibs.test
PASS: depdemo-conf.test
FAIL: depdemo-make.test
SKIP: depdemo-exec.test
SKIP: depdemo-inst.test
FAIL: depdemo-unst.test
PASS: mdemo-conf.test
FAIL: mdemo-make.test
SKIP: mdemo-exec.test
SKIP: mdemo-inst.test
FAIL: mdemo-unst.test
FAIL: dryrun.test
SKIP: demo-nofast.test
SKIP: demo-make.test
SKIP: demo-exec.test
SKIP: demo-inst.test
SKIP: demo-unst.test
PASS: demo-pic.test
FAIL: demo-make.test
SKIP: demo-exec.test
SKIP: demo-nopic.test
FAIL: demo-make.test
SKIP: demo-exec.test
SKIP: depdemo-nofast.test
SKIP: depdemo-make.test
SKIP: depdemo-exec.test
SKIP: depdemo-inst.test
SKIP: depdemo-unst.test
PASS: cdemo-shared.test
FAIL: cdemo-make.test
SKIP: cdemo-exec.test
PASS: demo-shared.test
FAIL: demo-make.test
SKIP: demo-exec.test
SKIP: demo-inst.test
SKIP: hardcode.test
SKIP: build-relink.test
SKIP: noinst-link.test
FAIL: demo-unst.test
PASS: depdemo-shared.test
FAIL: depdemo-make.test
SKIP: depdemo-exec.test
SKIP: depdemo-inst.test
SKIP: build-relink2.test
FAIL: depdemo-unst.test
PASS: mdemo-shared.test
FAIL: mdemo-make.test
SKIP: mdemo-exec.test
SKIP: mdemo-inst.test
FAIL: mdemo-unst.test
PASS: assign.test
PASS: link.test
PASS: link-2.test
PASS: nomode.test
PASS: quote.test
PASS: sh.test
PASS: suffix.test
PASS: pdemo-conf.test
FAIL: pdemo-make.test
SKIP: pdemo-exec.test
SKIP: pdemo-inst.test
PASS: mdemo-conf.test
FAIL: mdemo-make.test
PASS: mdemo2-conf.test
SKIP: mdemo2-make.test
SKIP: mdemo2-exec.test
PASS: tagdemo-static.test
FAIL: tagdemo-make.test
SKIP: tagdemo-exec.test
PASS: tagdemo-conf.test
FAIL: tagdemo-make.test
SKIP: tagdemo-exec.test
PASS: tagdemo-shared.test
FAIL: tagdemo-make.test
SKIP: tagdemo-exec.test
PASS: f77demo-static.test
FAIL: f77demo-make.test
SKIP: f77demo-exec.test
PASS: f77demo-conf.test
FAIL: f77demo-make.test
SKIP: f77demo-exec.test
PASS: f77demo-shared.test
FAIL: f77demo-make.test
SKIP: f77demo-exec.test

32 of 61 tests failed
(49 tests were not run)
Please report to [EMAIL PROTECTED]

*** Error exit code 1
*** Error exit code 1
*** Error exit code 1
___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Acórdãos e Legislação

2004-03-11 Thread att. Assessor Jurídico
Title: :: EMFOR - Editora Mundo Forense ::



  
 
  
 




  
Desde 
  1948
  

  


   

 
   
Instale 
  em seu Computador este
  Tradicional Banco de Dados
Jurídico.
Verdadeira 
  Enciclopédia de Direito
  Aplicado. Uma Obra que Sozinha
  Substitui uma Biblioteca.
  

  
  

  
   

   


   

  Adquira, 
AQUI, o 
repositório de Jurisprudência e
Legislação 
que já
  integra o acervo das mais importantes bibliotecas
jurídicas 
  do País.
  

  
  

   
CRITERIOSA 
  SELEÇÃO - 
  Milhares de Julgados
de nossos 
  Tribunais e suas Revistas Oficiais abrangendo as
áreas 
  Cível, Criminal e Trabalhista. CÓDIGOS
- Legislação 
  Federal - Súmulas dos Tribunais Superiores e
Estaduais 
  - Enunciados dos Juizados Especiais Cível e Criminal
- Juizados Especiais Federais - CLT -
Constituições 
  Federais de 1967 e 1988 - Código Civil
1916/NOVO 
  comparado - Prazos - Resumo mensal da
Legislação 
  Federal.
  
  A 
  MELHOR ORGANIZAÇÃO - 
  Jurisprudência
e Legislação 
  integradas - no mesmo ordenamento
alfabético. 
  Funciona como perfeito índice, evitando a
múltipla 
  consulta a sites diferentes e o manuseio de
vários 
  CDs


  
  
 
   
Com 
  o mínimo investimento 
  Você 
  adquire um CD-ROM com a matéria editada pelo
EMENTÁRIO 
  FORENSE nos últimos 36 ANOS -
perfeitamente 
  atualizada - incluindo a sua primeira  
  Licença de Uso.
  

  
  

   
Anexamos 
  ao Sistema EMFOR o BRINDE 
  UTILITÁRIOS
  2 PROGRAMAS DE GRANDE VALOR
PARA O 
  PROFISSIONAL
O 
  primeiro, um sistema
para 
  acompanhamento de processos, com cadastro,
balanço 
  financeiro, agenda de compromissos e telefones.
  O segundo, a Base Aberta, um programa
construído 
  para organização de arquivos
particulares 
  de julgados e legislação. Permite
importar 
  e organizar a matéria de outros bancos ou da
Internet 
  com todos os recursos técnicos do EMFOR.
  

  
  
  

   
 
  Para 
Adquirir Veja as Condições de
Pagamento
Clicando 
Aqui

  
   
  



  


   
  
 
   
  EDITORA 
MUNDO FORENSE LTDA. Ano LV
  CNPJ 03.305.769/0001-06
Distribuidora exclusiva do EMENTÁRIO
FORENSE e 
Sistema EMFOR 
Sede: Rua da Lapa, nº 180 sala 809 - CEP
20021-180 
- RIO DE JANEIRO - RJ
Tel.: 21.2556-9879 FAX: 21.2285-7864
www.emfor.com.br



  
  
 
  
 
  Caso 
não queira receber esta mensagem
novamente.
Clique 
Aqui


  

  

  

  





___
Libtool mailing list
[EMAIL PROTECTED]
htt

Link flags that get ignored

2004-03-11 Thread Josep M. Perez Cancer
Hello,

I am using libtool to create a library on mips-sgi-irix6.5 with the following 
constraints:

CC=cc  (The platform C compiler)
CFLAGS=-64 (64 bits)
CXX=CC (The platform C++ compiler)
CXXFLAGS=-LANG:std -64 (C++ conformity flag and 64 bits)
LDFLAGS=-64(64 bits)
Libtool doesn't pass the -64 argument to the linker, and then I can't create a 
64 bit library. I have had the same problem with other architectures before. Is 
there any way I can make it not ignore the flag?

Sample output:

/bin/sh ./libtool --mode=link CC  -LANG:std -64  -64 -o libGS-master.la -rpath 
/user1/uni/upc/ac/perez/gsHEAD/lib -version-info 0:0:0 
-lglobus_gram_client_vendorcc64 -lglobus_gass_copy_vendorcc64 GS.lo base64.lo 
broker.lo common.lo disklist.lo filehash.lo graph.lo hash.lo license.lo list.lo 
mem.lo task.lo  -L/aplic/GLOBUS/2.4/lib -lpthread

CC -shared -all -multigot   .libs/GS.o .libs/base64.o .libs/broker.o 
.libs/common.o .libs/disklist.o .libs/filehash.o .libs/graph.o .libs/hash.o 
.libs/license.o .libs/list.o .libs/mem.o .libs/task.o  -Wl,-rpath 
-Wl,/aplic/GLOBUS/2.4/lib -L/aplic/GLOBUS/2.4/lib 
/aplic/GLOBUS/2.4/lib/libglobus_gram_client_vendorcc64.so 
/aplic/GLOBUS/2.4/lib/libglobus_gass_copy_vendorcc64.so -lpthread   -soname 
libGS-master.so.1 `test -n "sgi1.0" && echo -set_version sgi1.0` 
-update_registry .libs/so_locations -o .libs/libGS-master.so.1.0

ld32: FATAL   12 : Expecting n32 objects: .libs/GS.o is n64.

Thanks in advance,
Josep M. Perez C.


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


huge growth gain apuzpe

2004-03-11 Thread Carmine Oneill


zymome zomotherapeutic zoosporangia zygosporangium zoogleae zymogenes zoothecia
zymosimeter zoosphere zones zwitterionic zymotically zonation zydecos zooidal
zoographist zoopathologies zoom zymomin zoomagnetic 
FreeVRLUNMMSUMonthZLEXMJBHTSupply!BVWBCHBDIJFDCMCEGBMCMP
* MoreEJLUHIBZCInchesDOOHSYCCPatchSJVSAVDH
* GainNKYQYKSPSizeDAYMMKDHOTabletsAKTLXPzoologic zoospermia zonitid zoogeny zoocecidium zoonule zygomata zoological
zoosphere zygomycete zooplasty zoographic zooplankton zonk zyzzyvas zoogloeae
zorilles zygal zooperal zonulas 
  @ Safezooplastic andZFPZJCDBUnatural
  @ TestedPNYZIKDKDandHXDOVPCXFapprovedzoosterol zygomaticofacial zorillas zonoid zoogeography zygadenine zonure
zoolatry zoocecidium zymome zonation zoogeographically zomba zymograms
zoologies zoopharmacy zoroastrian zymologist zymosans zygophoric 
zounds zoogenesis  stop




___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Get cheap via-gra

2004-03-11 Thread Jermaine Sterling

Generic viagra, at cheap prices.
Most places charge $20, we charge $3. Quite a difference, right?
An amazing erection EVERY TIME is guaranteed to you!
Go into sexual overdrive today...   vrm!
Shipped to the whole world.Your solution is here: http://www.mega-health.net/via/?oxygen
-
The link below is for people who hate spam.
http://www.mega-health.net/off.html





___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Телескопические трибуны // испытали это не один раз на себе. Не один

2004-03-11 Thread Saracens L. Animating




Уважаемые господа!
Сегодня в архитектуре внутренних пространств все 
чаще используются современные практичные способы трансформирования различных 
помещений.Фирма «Интер-Росс» -  эксклюзивный дистрибьютор  
компании, которая  является мировым лидером в производстве телескопических 
трибун.Телескопические трибуны используются в разнообразных залах. Могут 
быть транспортабельными, фиксированными, с моделируемой высотой. Возможно 
изготовление с электрической модернизацией, системой самоочистки и системой 
дистанционного управления. Предусмотрено частичное раскладывание трибун 
дистанционным управлением. Одни и те же трибуны можно использовать в различных 
помещениях с различным назначением.На изготовленные и установленные нами 
трибуны мы даем гарантию на 5 лет.Благодаря нашему  «ноу-хау» при 
реализации Вашего проекта можно найти компромисс между технологией и 
дизайном.Некоторые виды продукции:1. Тип с дистанционным 
управлением.

2. Тип с автоматическим дистанционным управлением.
  
3. Транспортабельная трибуна для спортивного зала.

Если Вам интересна представленная информация, Вы можете позвонить нам 
по телефонам:
(095) 935-76-32, 236-72-07, 107-40-71, чтобы получить более подробные 
ответы.
Или написать нам: e-mail: [EMAIL PROTECTED]
А также приехать к нам в офис: г.Москва, ул.Люсиновская, 
66.

___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Re: no serial number?

2004-03-11 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Patrick Welche wrote:
| libtool.m4 contains:
|
| # serial 49 AC_PROG_LIBTOOL
| AC_DEFUN_ONCE([LT_INIT],
| AU_DEFUN([AC_PROG_LIBTOOL], [LT_INIT])
| AU_DEFUN([AM_PROG_LIBTOOL], [LT_INIT])
|
|>From the above, libtoolize won't include libtool.m4, because it is looking
| for AC_DEFUN([AC_PROG_LIBTOOL])
|
| It seems one can either change libtool.m4's serial line to LT_INIT and
| change libtoolize to look for LT_INIT, or one can change libtoolize to
| look for A[CU]_DEFUN [macro_name].
|
| Thoughts?
Exactly right.  I have a half cocked patch to fix this that needs testing
before I commit...
| (There is more to this still, as then:
|
| src/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
| src/Makefile.am:1:
| src/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
| src/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
|
| presumably from automake.. I'm not sure now if that box has the latest
| autoreconf which knows about LT_INIT or not)
Not sure about this one... maybe it will start working when libtoolize puts
the right macros (LT_INIT & friends) in aclocal.m4?
Cheers,
Gary.
- --
Gary V. Vaughan  ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker   / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAT0bNFRMICSmD1gYRAjN7AJ9FkXOSC95gHVIBgETjeIsSF3rThACfbJ0z
pX3VFVK1VK+eWqARxkcha2M=
=Du06
-END PGP SIGNATURE-
___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


ping

2004-03-11 Thread Dr. Franz Fehringer
Is this mailinglist still alive?

Greetings

Franz



___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Re: no serial number?

2004-03-11 Thread Patrick Welche
On Wed, Mar 10, 2004 at 04:48:13PM +, Gary V. Vaughan wrote:
> Exactly right.  I have a half cocked patch to fix this that needs testing
> before I commit...
> 
> | (There is more to this still, as then:
> |
> | src/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
> | src/Makefile.am:1:
> | src/Makefile.am:1: The usual way to define `LIBTOOL' is to add 
> `AC_PROG_LIBTOOL'
> | src/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' 
> again.
> |
> | presumably from automake.. I'm not sure now if that box has the latest
> | autoreconf which knows about LT_INIT or not)
> 
> Not sure about this one... maybe it will start working when libtoolize puts
> the right macros (LT_INIT & friends) in aclocal.m4?

I think it has something to do with using AC_DEFUN_ONCE rather than just
AC_DEFUN. (I think that message didn't make it to the list..)
For that matter, AC_DEFUN_ONCE isn't mentioned in autoconf.texi..

Cheers,

Patrick


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


Better than Viagra 2

2004-03-11 Thread Leigh Gutierrez


zygomorphism zoogeographer zoophytology zoomelanin zoonotic zomba zonally
zoologist zombiism zoophorus zone zygobranch zygomaticoauricularis zooecium
zymotechnics zooflagellate zymosan zymolyis 
ThisFVOYEVDPJustZHITOICIn.QEMEAXBLDCNMPDJBIX
* GainNALZPATMLInchesQCRKOEDCPatchIDRIIRC
* GetTMSESOCOSBiggerHBQHZBDOWTabletsRUIRYIBXzonure zoographist zoon zoom zoography zonular zoophytal zoodendria zonelet
zoonoses zygosity zoogloea zygote zygostyle zygomycetous zoophobia zymoid
zoophysiology zygosis zoosmosis zoomantic zulu zoochemy 
  & Safezulus andMFYTCOBNPnatural
  & TestedIFXOYKDandPITPTPCapprovedzygadenine zoogonidium zootechnics zygous zoosporangial zygotaxis zooparasite
zurich zygomorphic zydeco zootheism zooparasitic zulus zoofulvin zygomaxillare
zoophytography zoomorph zombiism zoopharmacological zoos zygon zuni zomba
zoogene zygosity zorrillo zosteriform zoogeographer zonelet zoogenic 
zoopharmacy zygaenid  stop




___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


You and I know you're short... ro

2004-03-11 Thread Rose Armstrong


zoophism zygosporophore zoolater zoogloeic zoocystic zorro zoopsychologist
zoogeography zygosporange zoosis 
ThisQPCBSEFJustPHYYONBIn.URCVLUCDKLFUDLBKQRMC
* GainTNZRHPDInchesOGPCUBDPatchXBFWZNCVF
* GetZZZAUNCBiggerFQTJWFYZTabletsLPFNGFCLQzoothecium zoologist zoologize zygodactylic zymin zoogeology zoomorphize
zygous zootomical zooxanthellae zoogamete zootypic zooglea 
  & Safezygotoid andZRZZNKBURnatural
  & TestedUYDXQGCandTSVAASDapprovedzoomechanical zooblast zootheism zootomically zoom zorillo zoology zymosimeter
zygosporophore zoopathological zoophobes zoosporangial zoolite zopilote
zymosterol zoosporangiophore zymologist zymite zoogonidium zythum zoolater

zygosphene  stop




___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool