David Legault wrote:
> Hi Jeff thanx for the reply
>
> I'm a complete noob when it comes to Linux and trying to learn how to manage
> the compilation process of the same objects that work on windows.
>
> The complete linking line is this.
>
> --
>
> all: main
>
> main: utm.o ut
Hi Jeff thanx for the reply
I'm a complete noob when it comes to Linux and trying to learn how to manage
the compilation process of the same objects that work on windows.
The complete linking line is this.
--
all: main
main: utm.o utmmodule.o
$(CC) $(CFLAGS) -shared -fPIC -