Skip to content

Makefile doesn't make in Ubuntu #2

@Stephen-Neal

Description

@Stephen-Neal

The Makefile as currently written fails to build dvb2dvb on Ubuntu 14.04 LTS.

I think it should be :
dvb2dvb: $(OBJS)
$(CC) $(CFLAGS) -o dvb2dvb $(OBJS) $(LIBS)
not
dvb2dvb: $(OBJS)
$(CC) $(CFLAGS) $(LIBS) -o dvb2dvb $(OBJS)

i.e. the $(LIBS) needs to be at the end of the CC command, not before the object filename?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions