Author Topic: using modules  (Read 3989 times)

blackbird

  • Full Member
  • ***
  • Posts: 100
using modules
« on: April 15, 2014, 06:21:38 AM »
Hello! I was trying to implement some functions and subroutines to my user element and coded them all together in a module. Then I tried to acces it inside the user element via "use modulname", but the compiler says it can't find the *.mod. I guess it is all about changing the makefile but as I am not that experienced in makefiles I don't know how to modify it. Also I want to use that element in parallel feap - so this will need any special care?

I would appreciate any help, thanks in advance!

M. Kurdi

  • Full Member
  • ***
  • Posts: 149
Re: using modules
« Reply #1 on: April 23, 2014, 12:21:39 PM »
For the make utility consider this reference: programming with gnu software by Mike Loukides and Andy Oram. It also has resources on using gdb for debugging.