[Pidgin] #3701: Make fails for Solaris 10 (11/06) for V2.2.2
Pidgin
trac at pidgin.im
Thu Oct 25 15:42:28 EDT 2007
#3701: Make fails for Solaris 10 (11/06) for V2.2.2
--------------------------+-------------------------------------------------
Reporter: mikevac | Type: defect
Status: new | Priority: minor
Component: pidgin (gtk) | Version: 2.2.2
Keywords: make | Pending: 0
--------------------------+-------------------------------------------------
Looks like configure is adding an option -mt to the compile step which is
not a valid option for gcc.
Partial output from make is as follows:
{{{
make[5]: Entering directory
`/export/home/mv199660/downloads/pidgin/pidgin-2.2.2/libpurple/plugins/perl'
/bin/bash ../../../libtool --silent --tag=CC --mode=compile gcc
-DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../libpurple
-I../../../libpurple -Wall -Waggregate-return -Wcast-align -Wdeclaration-
after-statement -Wendif-labels -Werror-implicit-function-declaration
-Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-
declarations -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs
-Wpointer-arith -Wundef -mt -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_TS_ERRNO -I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE -g -g -O2
-MT perl.lo -MD -MP -MF .deps/perl.Tpo -c -o perl.lo perl.c
cc1: error: invalid option `t'
make[5]: *** [perl.lo] Error 1
make[5]: Leaving directory
`/export/home/mv199660/downloads/pidgin/pidgin-2
}}}
I have included as an attachment the output from configure and make, plus
what gcc reports as valid -mxxxx options.
--
Ticket URL: <http://developer.pidgin.im/ticket/3701>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list