search for: wienczny

Displaying 10 results from an estimated 10 matches for "wienczny".

2005 Aug 09
3
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 20:04 schrieb Reid Spencer: > Answers inline .. > > > Is emake 100% compatible with GNU Make 3.79 or later? > emake is a python function that calls make internally. > > Try it with the build directory not inside the cfrontend directory, that > will probably solve things for you. > > Reid Hallo, I found the problem. The gcc sources are older
2002 Feb 14
1
Cannot see list of users!
Hi, I have got a samba PDC and want to use user level security. To use this I need to get the list of users and groups from the PDC. On WinME this works fine, but Windows 98 cannot see this list (and I have many Windows 98 clients). Because it works on ME using the samba configuration I don't think it is a samba problem. What can I do to see the list of users? Thanks Stephan
2005 Aug 08
0
[LLVMdev] cfrontend building
On Mon, 8 Aug 2005, Stephan Wienczny wrote: > Hallo, > I'm trying to write an gentoo ebuild for the c frontend. When make runs > libstdc++/configure I get some problems: > configure tries to determine the object extensionbut fails. This is the > output: > > checking host system type... i686-pc-linux-gnu > c...
2005 Aug 08
0
[LLVMdev] cfrontend building
...m-gcc. Based on my experience with this, I suggest you completely erase your build tree and then follow the CFEBuildInstr.html instructions *to the letter* with zero deviations. If you didn't do "make bootstrap", then I don't have a clue what this problem is :) Reid. Stephan Wienczny wrote: > Am Montag, 8. August 2005 04:15 schrieb Chris Lattner: > >>I have never seen this, and don't really have any ideas. What configure >>options did you use? Did you follow the directions here? >> >>http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html >>...
2005 Aug 08
0
[LLVMdev] cfrontend building
Answers inline .. Stephan Wienczny wrote: > > Hallo, > > do you know if bootstrap is the default target? No, "all" is the default. > > This is what I'm doing: > <code> > inherit eutils > > DESCRIPTION="C, C++ Frontend for Low Level Virtual _Machine" > HOMEPAGE=&quo...
2005 Aug 09
0
[LLVMdev] cfrontend building
On Tue, 9 Aug 2005, Stephan Wienczny wrote: > I found the problem. The gcc sources are older than those on my system. I've > got some CFLAGS that the old gcc does not know, eg. -march=pentium-m. Are > these flags filtered out everything works fine ;-) Ok, great! > What are the differences between the cfrontends.tar.g...
2005 Aug 15
1
[LLVMdev] cfrontend building
Am Dienstag, 9. August 2005 18:22 schrieb Chris Lattner: > > It's a pretty significant job. You could try to merging in new bits from > GCC mainline, but it's a nasty job: debugging failures requires pretty > strong understanding of how GCC works. Easier would be to patch the > llvm-gcc X86 configuration stuff to accept and ignore that switch. I looked at those files.
2005 Aug 08
2
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 04:15 schrieb Chris Lattner: > > I have never seen this, and don't really have any ideas. What configure > options did you use? Did you follow the directions here? > > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html > Yes I followed those instructions - almost. This is my configure line: ../src/configure --prefix=/usr --disable-threads
2005 Aug 08
2
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 18:12 schrieb Reid Spencer: > Stephan, > > I've seen this before. It happens when you do "make bootstrap" in llvm-gcc. > While "make bootstrap" is the correct way to build GCC, its not the correct > way to build llvm-gcc. > > Based on my experience with this, I suggest you completely erase your build > tree and then follow
2005 Aug 08
2
[LLVMdev] cfrontend building
Hallo, I'm trying to write an gentoo ebuild for the c frontend. When make runs libstdc++/configure I get some problems: configure tries to determine the object extensionbut fails. This is the output: checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... checking for perl... perl checking build system type...