Re: [pcre-dev] Cannot link pcre 7.6

Αρχική Σελίδα
Delete this message
Συντάκτης: Fasih Ahmed
Ημερομηνία:  
Προς: Craig Silverstein
Υ/ο: pcre-dev
Αντικείμενο: Re: [pcre-dev] Cannot link pcre 7.6
I have already tried it and it did not help.
The library order should be (form left to right) most dependent library
to independent library.

I also tried to link it with pcre 7.8 with the same result.

Fasih.

Craig Silverstein wrote:
> } > linking with teh following command: /usr/vacpp/bin/xlC -o main main.o
> } > -L/home/qa/fasihWork/ -lpcrecpp -lpcre
>
> Shot in the dark: what if you change the link order, and do
>    -lpcre -lpcrecpp
> ?

>
> craig
>
>