Opened 15 years ago

Closed 15 years ago

#1575 closed Bugs (fixed)

boost_bzip2 contains the symbol "main"

Reported by: Takeshi Mouri <takeshi.mouri.net@…> Owned by: Jonathan Turkanis
Milestone: Boost 1.36.0 Component: iostreams
Version: Boost 1.34.1 Severity: Problem
Keywords: Cc:

Description

The sources of boost_bzip2 contain mk251.c. This file is for testing and contains main() function.

Mostly this is OK. But when we use it with -mwindows option on cygwin or MinGW, g++ links to the main() in boost_bzip2. So please remove mk251.c from the sources.

See also: http://lists.boost.org/Archives/boost/2007/04/120102.php

Change History (2)

comment:1 by Jonathan Turkanis, 15 years ago

Status: newassigned

Test to see if I get a notification

comment:2 by Jonathan Turkanis, 15 years ago

Resolution: fixed
Status: assignedclosed

fixed in [42948] in trunk

Note: See TracTickets for help on using tickets.