[Meep-discuss] Help!

2008-01-12 Thread Mani Chandra
Hi I have compiled meep without libctl but with hdf5.But I get the following error on trying to compile the first example problem in the C++ tutorial...[EMAIL PROTECTED] /usr/home/mc/MEEP files]# g++ `pkg-config --cflags meep` test1.cpp -o test1 `pkg-config --libs meep`test1.cpp: In function `int m

[Meep-discuss] Help!

2008-01-12 Thread Mani Chandra
Hey!I did ./configure --without-libctl and it worked! but when I tried to compile the first example program it gives the following errors.../usr/local/lib/libhdf5.so: undefined reference to `pthread_equal'/usr/local/lib/libhdf5.so: undefined reference to `pthread_setcancelstate'Appreciate your help

Re: [Meep-discuss] Trouble in ./configure of MEEP

2008-01-12 Thread Steven G. Johnson
On Sat, 12 Jan 2008, Manoj Rajagopalan wrote: > Try the one or all of the following: > 1. set the LD_LIBRARY_PATH environment variable to include /usr/local/lib (See also the "paths for running" section of the installation manual. I'm not 100% sure how to set the dynamic linker path in FreeBSD, h

Re: [Meep-discuss] Help needed!

2008-01-12 Thread Manoj Rajagopalan
If you have super-user access to your machine then installing guile-devel, libctl and libctl-devel will correct dependency issues. Using the MEEP libctl front-end is great for prototyping your program. If you want to bypass these because of issues with configure then try to look for libctl head

Re: [Meep-discuss] Trouble in ./configure of MEEP

2008-01-12 Thread Manoj Rajagopalan
Try the one or all of the following: 1. set the LD_LIBRARY_PATH environment variable to include /usr/local/lib 2. include on your configure command line: CPPFLAGS=-I/usr/local/include CXXFLAGS=-I/usr/local/include CFLAGS=-I/usr/local/include Also, open config.log in your favourite editor an

Re: [Meep-discuss] Help needed!

2008-01-12 Thread Manoj Rajagopalan
./configure --without-libctl This should work. This will only spit out libmeep.a and no meep executable in the libctl/ subdir. cheers! Manoj Mani Chandra wrote: > Hi > how do I make ./confgure of MEEP to not use libctl and guile.Could > someone tell me if there are any switches that need to

[Meep-discuss] Help needed!

2008-01-12 Thread Mani Chandra
Hi how do I make ./confgure of MEEP to not use libctl and guile.Could someone tell me if there are any switches that need to be added? Get the freedom to save as many mails as you wish. Click here to know how. ___ meep-discuss mailing list meep-

[Meep-discuss] Trouble in ./configure of MEEP

2008-01-12 Thread Mani Chandra
Hi!    I'm trying to install meep and though i have been successful,the ./configure script does not seem to find the HDF5,GSL,BLAS,LAPACK libs in my computer even though I've installed all of them in the standard location /usr/local/lib etc...I'm using freebsd.Below is the output of ./configure