FluidityProject / fluidity

Fluidity
http://fluidity-project.org
Other
365 stars 115 forks source link

Error while make #290

Closed AkhilAkkapelli closed 3 years ago

AkhilAkkapelli commented 3 years ago

Error was: ./lib/libfluidity.a(Mba2d_Integration.o): In function __mba2d_integration_MOD_adapt_mesh_mba2d': Mba2d_Integration.F90:(.text+0x1f8d): undefined reference tomba2d_module_MOD_mbanodal' ./lib/libfluidity.a(Mba_adapt.o): In function `mba_adapt_module_MOD_mba_adapt': Mba_adapt.F90:(.text+0x3738): undefined reference to `__mba2d_module_MOD_mbanodal' collect2: error: ld returned 1 exit status

Sorry, I am new to fluidity, Can someone tell me why am I getting this error?

Patol75 commented 3 years ago

Hey, would you mind providing the configure command you ran before calling make? Also, it could potentially help to specify on which operating system you are running and which versions of libraries you are attempting to compile fluidity with.

AkhilAkkapelli commented 3 years ago

I tried with "--enable-sam " but it gave me an error: "Could not link with Zoltan library". So I tried configuring unconfigured packages with command "sudo dpkg --configure -a;sudo apt-get update" and fixed missing dependencies with command "sudo apt-get -f install;sudo apt-get full-upgrade". The next configure worked fine without any errors. . Thank you for your responses.