RE: [Boost-Users] Linking Problem with GCC
Hi Jim, Yep its boost (BGL - graph) related. (Refer my 3 previous postings 11/4, 12/4 & 12/4). Granted, this particular posting didn't have the word "boost" in it. Like I say. VC7 croaks, VC6 croaks, GCC croaks, Borland (bcc32) croaks. BGL sounds excellent in theory. GTL compiles first time. Has anyone else had a better experience than mine with the BGL? Kind Regards, Wayne Hartell. -----Original Message----- From: Jim.Hyslop [mailto:jim.hyslop@leitch.com] Sent: Tuesday, April 16, 2002 1:04 PM To: 'Boost-Users@yahoogroups.com' Subject: RE: [Boost-Users] Linking Problem with GCC Wayne Hartell [mailto:whar@haestad.com] wrote: > Hi all, > > VC7 crashed and burned > > VC6 crashed and burned > > GCC compiles an exe but the second I try to compile a DLL I > get this... [error messages snipped] Hi, Wayne. Did you have a question related to the Boost library? I didn't see any reference to Boost in the error messages. This mail list focuses on the use of the Boost library, not on general language or compiler issues. -- Jim Hyslop (moderator, boost-users@yahoogroups.com) Yahoo! Groups Sponsor ADVERTISEMENT Click Here! <http://rd.yahoo.com/M=194081.1994012.3473453.1261774/D=egroupweb/S=1705 006788:HM/A=1036972/R=0/*http://www.ediets.com/start.cfm?code=3466> <http://us.adserver.yahoo.com/l?M=194081.1994012.3473453.1261774/D=egrou pmail/S=1705006788:HM/A=1036972/rand=863817596> Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . [Non-text portions of this message have been removed]
Hi Jim,
Yep its boost (BGL - graph) related. (Refer my 3 previous postings 11/4, 12/4 & 12/4). Granted, this particular posting didn't have the word "boost" in it.
Like I say. VC7 croaks, VC6 croaks, GCC croaks, Borland (bcc32) croaks. BGL sounds excellent in theory. GTL compiles first time.
Has anyone else had a better experience than mine with the BGL?
Kind Regards, Wayne Hartell.
Sure, I've compiled earlier versions of BGL with GCC (of course this proves little since we might have been using different parts). According to the compiler status page the graph test also works under BCC and VC6SP5. http://www.boost.org/status/cs-win32.html Which again doesn't prove much since we don't know the difference in what you are doing from the graph test does.
From your previous mail the GCC problems doesn't seem to be a boost problem at all:
:\data\software\code\controlled\snowbird\support\hminetworkservices\net worklib\maindll.o(.text$_S_oom_malloc__t23__malloc_alloc_template1i0Ui+0 x1a)://c/data/software/code/controlled/snowbird/support/hminetworkservic es/networklib/maindll.cpp: undefined reference to `endl(ostream &)' c:\data\software\code\controlled\snowbird\support\hminetworkservices\net worklib\maindll.o(.text$_S_oom_malloc__t23__malloc_alloc_template1i0Ui+0 x27)://c/data/software/code/controlled/snowbird/support/hminetworkservic es/networklib/maindll.cpp: undefined reference to `cerr' This looks to be an environment issue because it is complaining about not being able to find standard library components: cerr and endl. Hope this helps. Jeff
participants (2)
-
Jeff Garland
-
Wayne Hartell