Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'gcc'

2068645 - while question: gcc while quiz
  1. #include <stdio.h>
  2.  
  3. main() {
  4.   int i = 0;
  5.   {
  6.     printf("%d\n", i++);
  7.   } while (i < 10);
  8. }
1975520 - Akonadi Tracer build error: gcc akonadi tracer
  1. In file included from /tmp/tgz_build-akonadi/akonadi-1.4.1/server/control/agenttype.cpp:21:0:
  2. /tmp/tgz_build-akonadi/akonadi-1.4.1/server/control/agentmanager.h:73:5: error: ‘Tracer’ in namespace ‘org::freedesktop::Akonadi’ does not name a type
  3. /tmp/tgz_build-akonadi/akonadi-1.4.1/server/control/agentmanager.h:363:5: error: ‘Tracer’ in namespace ‘org::freedesktop::Akonadi’ does not name a type
  4. /tmp/tgz_build-akonadi/akonadi-1.4.1/server/control/agenttype.cpp: In member function ‘bool AgentType::load(const QString&, AgentManager*)’:
  5. /tmp/tgz_build-akonadi/akonadi-1.4.1/server/control/agenttype.cpp:67:14: error: ‘class AgentManager’ has no member named ‘tracer’
  6. /tmp/tgz_build-akonadi/akonadi-1.4.1/server/control/agenttype.cpp:72:14: error: ‘class AgentManager’ has no member named ‘tracer’
1975090 - mp-chudnovsky.c gcc gmp-chudnovsky.c -i optcswinclude -lm -lgmp -o gmp-chudnovsky.out
preview unavailable
1973568 - mp-chudnovsky.c gcc gmp-chudnovsky.c -i optcswinclude -lm -lgmp -o gmp-chudnovsky.out
preview unavailable
1369578 - GCC 4.4 Makefile: gcc makefile
  1. # Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
  2. #
  3. # Makefile for directory with subdirs to build.
  4. #   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
  5. #   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
  6. #
  7. # This file is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9.  
1368645 - GCC 4.4 Makefile: gcc makefile
  1. # Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
  2. #
  3. # Makefile for directory with subdirs to build.
  4. #   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
  5. #   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
  6. #
  7. # This file is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9.  
821540 - gentoo-gcc-3.3.6 error: gcc gentoo gcc-3.3.6
  1. gcc-3.3.6/gcc/config -I/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gc
  2. c/../include /var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/version.
  3. c -o version.o
  4. stage1/xgcc -Bstage1/ -B/usr/i686-pc-linux-gnu/bin/    -O2 -march=pentium4 -pipe
  5.  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   
  6.  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -If -I/var/tmp/portage/sys-devel/gcc-3.
  7. 3.6-r1/work/gcc-3.3.6/gcc -I/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3
  8. .6/gcc/f -I/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/config -I/
  9.  
756728 - Guilt: gcc
  1. static struct cgraph_node *
  2. cgraph_empty_node_for_versioning (struct cgraph_node *old_version,
  3.                                  tree new_decl)
  4.  {
  5.    struct cgraph_node *new_version;
  6.    struct cgraph_edge *e, *new_e;
  7.    struct cgraph_edge *next_callee;
  8.    
  9.  
591835 - xmingw glib compilation error: mingw gcc glib cross-compiling
  1. /tmp/glib-2.12.12/glib/gutf8.c:402: undefined reference to `__g_locale_get_charset_aliases'
  2. .libs/gutf8.o: In function `g_get_charset':
  3. /tmp/glib-2.12.12/glib/gutf8.c:534: undefined reference to `__g_locale_charset_raw'
  4. /tmp/glib-2.12.12/glib/gutf8.c:467: undefined reference to `__g_locale_charset_unalias'
  5. /usr/local/20.40-toolchains/gettext/lib/libgettextlib.a(mkdtemp.o):mkdtemp.c:(.text+0x5f): undefined reference to `_gettimeofday'
worth-right
fantasy-obligation