All:
I have written a new module that I want to use, but I must compile it under C++… any ideas on how to do this?
I have tried editing, by hand, the Makefile generated from Makefile.am, but when I replace gcc with g++, the -L linking doesn’t work anymore, so I can’t see anyting int he fvwmlib.
I tried backtracking from the Makefile.am within my moduels directory, but got thoroughly lost trying to do.
The best that I can think of is the following:
Option A:
don’t depend on autogeneration for my module, do it all by hand for my module. (this is my least favorite option, and probably is more pain than it is worth).
Option B:
Find someone on the forum who has done something similar and ask them how/what they did to be able to compile and use a module in C++…
So, any ideas out there?
thanks,
Skender
[color=red]Edited by theBlackDragon:
- moved from Installation to Other Languages[/color]