Am Donnerstag, 3. November 2011, um 22:40:55 schrieb Andrew Johnson:
> On 2011-11-03 Martin Konrad wrote:
> > Please make sure that you have something like
> >
> > LIBS += -L$$(EPICS_BASE)/lib/$$(EPICS_HOST_ARCH) \
> >
> > -lca \
> > -lCom \
> > -L$$(QCAFRAMEWORK)/qwt-5.2.1/lib \
> > -lqwt
>
> It's possible that your link order might be a problem, make sure that you
> link against the ca and Com libraries *after* linking any libraries that
> calls them. In the above case I would suggest moving the -lca and -lCom
> options after the -lqwt.
A quick and dirty method to check that w/o much experimentation is to simply
repeat the whole bunch of -l<libname> options i.e. write
-lca -lCom -lqwt -lca -lCom -lqwt
If that works ythen ou know what causes the problem and you can then try to
minimize again by finding the correct order... but note that in case two or
more of the libraries you need have circular dependencies you might actually
/have/ to repeat some of them on the command line.
Cheers
Ben
________________________________
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V.
Aufsichtsrat: Vorsitzender Prof. Dr. Dr. h.c. mult. Joachim Treusch, stv. Vorsitzende Dr. Beatrix Vierkorn-Rudolph
Geschäftsführer: Prof. Dr. Anke Rita Kaysser-Pyzalla, Dr. Ulrich Breuer
Sitz Berlin, AG Charlottenburg, 89 HRB 5583
Postadresse:
Hahn-Meitner-Platz 1
D-14109 Berlin
http://www.helmholtz-berlin.de
- References:
- Re: epicsQt plugin build errors Martin Konrad
- Re: epicsQt plugin build errors Andrew Johnson
- Navigate by Date:
- Prev:
Re: Asyn or StreamDevice Error Messages: vxi11 clientIoCall errno Permission denied clnt_stat 5 Benjamin Franksen
- Next:
Re: reading large data arrays over slow networks Peter Jemian
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
<2011>
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Re: epicsQt plugin build errors Andrew Johnson
- Next:
Re: epicsQt plugin build errors 张玉亮
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
<2011>
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|