Opened 15 years ago

Closed 15 years ago

#20548 closed defect (duplicate)

(tiger) e2fsprogs build failure

Reported by: nils@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: tiger Cc:
Port: e2fsprogs

Description (last modified by tobypeterson)

When I try to compile e2fsprog i get:

making all in lib/ext2fs
        GEN_BSD_SOLIB libext2fs.2.1.dylib
ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
tdb.o definition of common _tdb_null (size 16)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: internal link edit command failed
make[2]: *** [libext2fs.2.1.dylib] Error 1
make[1]: *** [all-libs-recursive] Error 1
make: *** [all] Error 2

Solution:

Add

CFLAGS = -O2 -fno-common

in file: lib/ext2fs/Makefile

Change History (5)

comment:1 Changed 15 years ago by nils@…

Cc: nils@… added

Cc Me!

comment:2 Changed 15 years ago by tobypeterson

Keywords: tiger added
Port: e2fsprogs added
Summary: Error compiling e2fsprogs(tiger) e2fsprogs build failure
Version: 1.7.1

comment:3 Changed 15 years ago by tobypeterson

Description: modified (diff)

comment:4 Changed 15 years ago by tobypeterson

Cc: nils@… removed

comment:5 Changed 15 years ago by blb@…

Resolution: duplicate
Status: newclosed

Dup of #16300.

Note: See TracTickets for help on using tickets.