public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/17350] New: Undefined symbols when using -fmudflap
@ 2004-09-07 17:39 v dot haisman at sh dot cvut dot cz
  2004-09-07 17:41 ` [Bug c/17350] " v dot haisman at sh dot cvut dot cz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-09-07 17:39 UTC (permalink / raw)
  To: gcc-bugs

Using -fmudflap with either C or C++ doesn't seem to work for me. I get lots
undefined symbols, see the attachment.

-- 
           Summary: Undefined symbols when using -fmudflap
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot
                    cvut dot cz
 GCC build triplet: i386-unknown-freebsd4.10
  GCC host triplet: i386-unknown-freebsd4.10
GCC target triplet: i386-unknown-freebsd4.10


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17350


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17350] Undefined symbols when using -fmudflap
  2004-09-07 17:39 [Bug c/17350] New: Undefined symbols when using -fmudflap v dot haisman at sh dot cvut dot cz
@ 2004-09-07 17:41 ` v dot haisman at sh dot cvut dot cz
  2004-09-07 17:45 ` v dot haisman at sh dot cvut dot cz
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-09-07 17:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-09-07 17:41 -------
Created an attachment (id=7066)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7066&action=view)
Lots of undefined symbols.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17350


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17350] Undefined symbols when using -fmudflap
  2004-09-07 17:39 [Bug c/17350] New: Undefined symbols when using -fmudflap v dot haisman at sh dot cvut dot cz
  2004-09-07 17:41 ` [Bug c/17350] " v dot haisman at sh dot cvut dot cz
@ 2004-09-07 17:45 ` v dot haisman at sh dot cvut dot cz
  2004-09-07 17:52 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-09-07 17:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-09-07 17:45 -------
Created an attachment (id=7067)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7067&action=view)
Another example.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17350


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17350] Undefined symbols when using -fmudflap
  2004-09-07 17:39 [Bug c/17350] New: Undefined symbols when using -fmudflap v dot haisman at sh dot cvut dot cz
  2004-09-07 17:41 ` [Bug c/17350] " v dot haisman at sh dot cvut dot cz
  2004-09-07 17:45 ` v dot haisman at sh dot cvut dot cz
@ 2004-09-07 17:52 ` pinskia at gcc dot gnu dot org
  2004-09-07 18:22 ` v dot haisman at sh dot cvut dot cz
  2004-09-27  4:33 ` [Bug libmudflap/17350] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-07 17:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-07 17:52 -------
libmudflap does not build on anything except on *-linux-gnu by default, try using --enable-libmudflap 
and try again.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17350


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/17350] Undefined symbols when using -fmudflap
  2004-09-07 17:39 [Bug c/17350] New: Undefined symbols when using -fmudflap v dot haisman at sh dot cvut dot cz
                   ` (2 preceding siblings ...)
  2004-09-07 17:52 ` pinskia at gcc dot gnu dot org
@ 2004-09-07 18:22 ` v dot haisman at sh dot cvut dot cz
  2004-09-27  4:33 ` [Bug libmudflap/17350] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-09-07 18:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-09-07 18:22 -------
Subject: Re:  Undefined symbols when using -fmudflap



On Tue, 7 Sep 2004, pinskia at gcc dot gnu dot org wrote:

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-07 17:52 -------
> libmudflap does not build on anything except on *-linux-gnu by default, try using --enable-libmudflap
> and try again.
>

As both logs show the used compiler has been built with --enable-libmudflap and
the libmudflap* files have been installed:

wilx@logout:::~/tmp/gcc-head/objdir> ls -ld
${HOME}/lib/gcc/i386-unknown-freebsd4.10/3.5.0/libmudflap*
-rw-r--r--    1 wilx     users      296304 Sep  6 20:29
/home/4/wilx/lib/gcc/i386-unknown-freebsd4.10/3.5.0/libmudflap.a
-rwxr-xr-x    1 wilx     users         729 Sep  6 20:29
/home/4/wilx/lib/gcc/i386-unknown-freebsd4.10/3.5.0/libmudflap.la
-rw-r--r--    1 wilx     users      326164 Sep  6 20:29
/home/4/wilx/lib/gcc/i386-unknown-freebsd4.10/3.5.0/libmudflapth.a
-rwxr-xr-x    1 wilx     users         735 Sep  6 20:29
/home/4/wilx/lib/gcc/i386-unknown-freebsd4.10/3.5.0/libmudflapth.la



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17350


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libmudflap/17350] Undefined symbols when using -fmudflap
  2004-09-07 17:39 [Bug c/17350] New: Undefined symbols when using -fmudflap v dot haisman at sh dot cvut dot cz
                   ` (3 preceding siblings ...)
  2004-09-07 18:22 ` v dot haisman at sh dot cvut dot cz
@ 2004-09-27  4:33 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27  4:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 04:33 -------
No this is invalid as the time you supply -fmudflap to stage1/xgcc you will not have a libmudflap.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17350


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-09-27  4:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-07 17:39 [Bug c/17350] New: Undefined symbols when using -fmudflap v dot haisman at sh dot cvut dot cz
2004-09-07 17:41 ` [Bug c/17350] " v dot haisman at sh dot cvut dot cz
2004-09-07 17:45 ` v dot haisman at sh dot cvut dot cz
2004-09-07 17:52 ` pinskia at gcc dot gnu dot org
2004-09-07 18:22 ` v dot haisman at sh dot cvut dot cz
2004-09-27  4:33 ` [Bug libmudflap/17350] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).