VMD-L Mailing List
From: Justin Gullingsrud (justin_at_ks.uiuc.edu)
Date: Mon Nov 26 2001 - 13:24:55 CST
- Next message: John Stone: "Re: opengl libraries"
- Previous message: John Stone: "Re: opengl libraries"
- In reply to: B. Bennion: "compiling problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Add pcre.c to the Makefile and you should be set. We exclude it when
we build with Python because Python 2.0 exports the same symbols.
Justin
On Mon, Nov 26, 2001 at 09:35:50AM -0800, B. Bennion wrote:
> Hello,
>
> I am trying to compile the latest released version of the source and have
> a linking problem. I think I have seen this one before but I can't
> remember how I got around it.
>
> JRegex.o: In function `JRegex::JRegex(char const *, int)':
> JRegex.o(.text+0x53): undefined reference to `pcre_compile'
> JRegex.o: In function `JRegex::~JRegex(void)':
> JRegex.o(.text+0xf2): undefined reference to `pcre_free'
> JRegex.o: In function `JRegex::match(char const *, int) const':
> JRegex.o(.text+0x158): undefined reference to `pcre_exec'
> JRegex.o: In function `JRegex::search(char const *, int, int &, int)':
> JRegex.o(.text+0x1ae): undefined reference to `pcre_exec'
> collect2: ld returned 1 exit status
>
> What am I missing
> Brian
>
>
>
>
>
> Graduate Research Assistant
> Dep. Medicinal Chemistry, University of Washington
> Tel# (206)616-2779
> BOX 357610 Seattle WA 98195
>
> email--bbennion_at_u.washington.edu
> web page--http://students.washington.edu/bbennion
-- Justin Gullingsrud 3111 Beckman Institute H: (217) 384-4220 I got a million ideas that I ain't even rocked yet... W: (217) 244-8946 -- Mike D
- Next message: John Stone: "Re: opengl libraries"
- Previous message: John Stone: "Re: opengl libraries"
- In reply to: B. Bennion: "compiling problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]