Projects
Wiki     Source Code     Timeline     View Tickets     New Ticket     Search

Ticket #6 (new defect)

Opened 18 months ago

convert-utility can't build on MinGW

Reported by: atijoga@… Owned by:
Priority: major Component: codec
Version: 1.0 Keywords:
Cc:

Description

Replace the current makefile line:

$(CC) $(LFLAGS) $(OBJS) -o alacconvert

with:

$(CC) $(OBJS) $(LFLAGS) -o alacconvert

Explanation: the reference to static library (-lalac) should be after object file (*.o)

Note: See TracTickets for help on using tickets.