Re: c compile error on implicit declaration

2013-12-11 Thread Juhász Ádám
Usually this means, that you (in the code) forgot to include a header for (in this case) sym_forget() system function, but the compiler recognised which header you forgot to include and got it covered for you. This its only a warning and you can ignore it but should consider this to fix this in

Re: Undefined symbols for architecture x86_64 error on fortran compiling

2013-12-11 Thread Ryan Schmidt
On Dec 11, 2013, at 01:40, Gmail wrote: When I compile a fortran code, I got the error Undefined symbols for architecture x86_64 My mac is 64bits. The fortran compiler used here is ifort. The relevant information would be *what* symbols were undefined, what your code looks like, and

Re: Undefined symbols for architecture x86_64 error on fortran compiling

2013-12-11 Thread Brandon Allbery
On Wed, Dec 11, 2013 at 2:40 AM, Gmail yangz...@gmail.com wrote: Hi all When I compile a fortran code, I got the error Undefined symbols for architecture x86_64 My mac is 64bits. The fortran compiler used here is ifort. This is an incomplete error message. Please show the full command and

Re: Undefined symbols for architecture x86_64 error on fortran compiling

2013-12-11 Thread zhifeng yang
Here is the whole error Undefined symbols for architecture x86_64: ___kmpc_end_master, referenced from: _wrf_message_ in module_wrf_error.o _wrf_message2_ in module_wrf_error.o _wrf_check_error_ in module_wrf_error.o _wrf_error_fatal_ in module_wrf_error.o

Re: Installing mysql for digikam

2013-12-11 Thread Ryan Schmidt
Remember to Reply All so the discussion stays on the mailing list. On Dec 11, 2013, at 15:11, David Lyon wrote: In anticipation of following the guideline which you provided to install mysql5, I thought it best to make sure that I had no installed components of mysql5. As you can see from

Re: Installing mysql for digikam

2013-12-11 Thread David Lyon
It appears that Mysql is installed successfully. I'll now attempt to digikam. Thanks for your guidance. David Remove test database and access to it? [Y/n] y - Dropping test database... ... Success! - Removing privileges on test database... ... Success! Reloading the privilege tables will

Re: Installing mysql for digikam

2013-12-11 Thread Ryan Schmidt
On Dec 11, 2013, at 17:58, David Lyon wrote: OK-- one small step which is probably the critical one has been missing. I have attached the log from XQuartx and a screen shot of the set up within digikam once it's opened which requires the mysql server set up. I have never made it to this