Re: [9fans] a question on style
  Home FAQ Contact Sign in
comp.os.plan9 only
 
Advanced search
POPULAR GROUPS

more...

comp.os.plan9 Profile…
 Up
Re: [9fans] a question on style         


Author: ron minnich
Date: Jul 31, 2008 15:21

On Thu, Jul 31, 2008 at 3:17 PM, erik quanstrom quanstro.net> wrote:
>>>> OK, am I just out of date or is there a real reason for linker
>>>> sets?This question just came up in linuxbios v3 and I am wondering if
>>>> I am a stubborn old coot (likely) or if there really is merit to my
>>>> dislike of linker sets.
>>>
>>> why can't both be true?
>>>
>>
>> I suspect both are true ...
>
> would i be rude to agree with you?
>

I have kids. Trust me, you're not being rude.

ron
6 Comments
Re: [9fans] a question on style         


Author: Steve Simon
Date: Aug 1, 2008 08:41

> OK, am I just out of date or is there a real reason for linker
> sets?

I see it this way:

using linker sets means you have to learn and understand the linkers language
to understand how the system is configured (when trying to track down a problem)

using a bit of script to generate some tables of C code you just need to
know C.

This combined with the theroy that there is too much to learn and the less new stuff
I need to learn to get a job done the better makes the choice easy (IMHO).

-Steve
5 Comments
Re: [9fans] a question on style         


Author: Pietro Gagliardi
Date: Aug 1, 2008 09:31

On Aug 1, 2008, at 11:37 AM, Steve Simon wrote:
Show full article (0.80Kb)
2 Comments
Re: [9fans] a question on style         


Author: Charles Forsyth
Date: Aug 1, 2008 10:19

> but all the world uses GCC
> nowadays, so why bother with portability anymore?

and then when you look at compiling for particular platforms you get to ask
"which gcc?" because code can be non-portable between them
(for the same processor), and the options that work are different too. such fun.
1 Comment
Re: [9fans] a question on style         


Author: erik quanstrom
Date: Aug 1, 2008 15:33

>> but all the world uses GCC
>> nowadays, so why bother with portability anymore?
>
> and then when you look at compiling for particular platforms you get to ask
> "which gcc?" because code can be non-portable between them
> (for the same processor), and the options that work are different too. such fun.

hey! less portable than assembly language. what a feat.

- erik
no comments
Re: [9fans] a question on style         


Author: bblochl
Date: Aug 3, 2008 04:33

Pietro Gagliardi schrieb:
> On Aug 1, 2008, at 11:37 AM, Steve Simon wrote:
>
>>> OK, am I just out of date or is there a real reason for linker
>>> sets?
>>
>> I see it this way:
>>
>> using linker sets means you have to learn and understand the linkers
>> language
>> to understand how the system is configured (when trying to track down
>> a problem)
>>
>> using a bit of script to generate some tables of C code you just need to
>> know C.
>>
>> This combined with the theroy that there is too much to learn and the
>> less new stuff
>> I need to learn to get a job done the better makes the choice easy
>> (IMHO). ...
Show full article (1.02Kb)
no comments
Re: [9fans] a question on style         


Author: erik quanstrom
Date: Aug 5, 2008 15:44

>> OK, am I just out of date or is there a real reason for linker
>> sets?
>
> I see it this way:
>
> using linker sets means you have to learn and understand the linkers language
> to understand how the system is configured (when trying to track down a problem)
>
> using a bit of script to generate some tables of C code you just need to
> know C.
>
> This combined with the theroy that there is too much to learn and the less new stuff
> I need to learn to get a job done the better makes the choice easy (IMHO).

oddly similar to my argument against using a magic file with file(1).

- erik
no comments