[Mono-bugs] [Bug 485498] New: mono-svn-129399(mini) build error(use eglib)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 16 03:46:32 EDT 2009


https://bugzilla.novell.com/show_bug.cgi?id=485498


           Summary: mono-svn-129399(mini) build error(use eglib)
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: hys545 at dreamwiz.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; ko; rv:1.9.0.7)
Gecko/2009021906 Firefox/3.0.7

make[1]: Entering directory `/home/hys545/MONO/mono/mono/mini'
LD      mono
/.libs/libmono-static.a(dwarfwriter.o): In function `emit_line_number_info':
/usr/src/Haansoft/BUILD/mono/mono/mini/dwarfwriter.c:1120: undefined reference
to `g_array_sized_new'
/usr/src/Haansoft/BUILD/mono/mono/mini/dwarfwriter.c:1123: undefined reference
to `g_array_sort'
collect2: ld returned 1 exit status
===============
dwarfwriter.c:1120
#ifndef EGLIB_MAJOR
    ln_array = g_array_sized_new (FALSE, FALSE, sizeof
(MonoDebugLineNumberEntry), 
                                  debug_info->num_line_numbers);
    g_array_append_vals (ln_array, debug_info->line_numbers,
debug_info->num_line_numbers);
    g_array_sort (ln_array, (GCompareFunc)compare_lne);
    native_to_il_offset = g_new0 (int, code_size + 1);

eglib=glib.h defined
#define _EGLIB_MAJOR  2
#define _EGLIB_MIDDLE 4
#define _EGLIB_MINOR  0



Reproducible: Always

Steps to Reproduce:
1.
2.
3.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list