Hi, ----- Original Message ----- > From: "Hoggins!" <[email protected]> > To: [email protected] > Sent: Wednesday, August 27, 2014 12:33:00 PM > Subject: Re: [SFLphone] pcre_free_substring > > Nevermind. > Stupid me, I was appending -lpcre_free_substring instead of -lpcre in > the LDFLAGS section of the Makefile.
Normally you shouldn't have to modify LDFLAGS, however I notice that we are not using pkg-config for pcre and so I'm not surprised it's causing trouble. I'll fix this ASAP. Best, Tristan > > Sorry for the noise. > > > Le 27/08/2014 18:18, Hoggins! a écrit : > > Hello list, > > > > I'm trying to compile from source, but I'm stuck at this message : > > > > CXXLD sflphoned > > /usr/bin/ld: ./.libs/libsflphone.a(libsiplink_la-pattern.o): > > undefined > > reference to symbol 'pcre_free_substring' > > /usr/bin/ld: note: 'pcre_free_substring' is defined in DSO > > /lib64/libpcre.so.1 so try adding it to the linker command line > > /lib64/libpcre.so.1: could not read symbols: Invalid operation > > collect2: error: ld returned 1 exit status > > > > > > Do you have an idea ? I'm on Fedora 19. > > > > Thanks ! > > > > > > > > _______________________________________________ > > SFLphone mailing list > > [email protected] > > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone > > > > _______________________________________________ > SFLphone mailing list > [email protected] > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone > -- Tristan Matthews Développeur de logiciels libres [email protected] Ligne directe: 514-276-5468 poste 190 Fax : 514-276-5465 7275 Saint Urbain Bureau 200 Montréal, QC, H2R 2Y5 _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
